# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/

# UV
uv.lock
.python-version

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Environments
.env
.env.local
.env.*.local

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
*.sublime-project
*.sublime-workspace

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.lnk

# Linux
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

# ML/AI specific
# Hugging Face cache
.cache/
huggingface/
.huggingface/
hub/

# PyTorch
*.pt
*.pth
*.ckpt
checkpoints/
lightning_logs/

# Model files (uncomment if you don't want to track large models)
# *.bin
# *.safetensors
# *.onnx
# *.h5
# *.pb

# Torch compiled artifacts
torch_extensions/
.torch/

# Logs and debugging
logs/
*.log
wandb/
mlruns/
runs/

# Audio files for testing (uncomment if you don't want test audio in repo)
*.wav
*.m4a
*.mp3
*.flac
*.ogg

# Diagnostic files
diagnostic_*.wav
debug_*.wav

# Temporary files
tmp/
temp/
*.tmp

# Editor backup files
*.bak
*.orig

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# profiling
*.prof
*.lprof

# Database
*.db
*.sqlite
*.sqlite3

# Secrets and credentials
secrets.yaml
credentials.json
*.key
*.pem

# Local configuration
config.local.*
local_settings.py

