# Deployment metadata
.version
.commit

# Binary images
*.jpg
*.jpeg
*.png
*.gif
*.bmp
*.ico
*.webp
*.tiff
*.tif
*.raw
*.cr2
*.nef
*.heic
*.heif

# Video
*.mp4
*.mov
*.avi
*.mkv
*.wmv
*.flv
*.webm
*.m4v

# Audio
*.mp3
*.wav
*.flac
*.aac
*.ogg
*.wma
*.m4a

# Documents
*.pdf
*.doc
*.docx
*.xls
*.xlsx
*.ppt
*.pptx

# Archives
*.zip
*.tar
*.gz
*.rar
*.7z
*.bz2

# Fonts (binary)
*.ttf
*.otf
*.woff
*.woff2
*.eot

# Misc binary
*.exe
*.dll
*.so
*.dylib
*.bin
*.dat
*.db
*.sqlite
*.sqlite3

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Editor/IDE
*.swp
*.swo
*~
.idea/
.vscode/
*.sublime-*

# Node
node_modules/

# Python
__pycache__/
*.pyc
*.pyo
.env
.venv/

# Logs
*.log

# Text formats that ARE allowed (not ignored):
# .svg
# .html
# .css
# .js
# .json
# .md
# .txt
# .xml
# .yml
# .yaml
