# Environment
.env
.env.*
!.env.example
.envrc

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

# C extensions
*.so

# Distribution / packaging
build/
dist/
.eggs/
*.egg-info/
*.egg
.installed.cfg
MANIFEST

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

# Testing
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.hypothesis/

# Type checking / linting
.mypy_cache/
.ruff_cache/
.pytype/

# Documentation
docs/_build/

# Jupyter
.ipynb_checkpoints/

# pyenv
.python-version

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo

# Logs
*.log
pip-log.txt

# Media test outputs
test_output/
tmp/
