# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Tests / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

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

# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Build artifacts
*.mp4
*.webm
*.mov
*.wav
*.mp3
*.aac
*.png
*.jpg
*.jpeg
*.gif
!tests/**/*.png
!tests/**/*.jpg
!src/**/data/**/*.png

# Ruff/mypy cache
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/

# Logs
*.log

# OS
Thumbs.db
.DS_Store
