# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.egg

# Virtual environments
.venv
node_modules/

# Distribution / packaging
sdist/
*.tar.gz
*.whl
site/

# Testing / coverage
.coverage
htmlcov/
.pytest_cache/
.tox/

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

# OS
.DS_Store

# Django
*.sqlite3
media/

# Environment
.env
!.env.example

# Cache
.riff_cache/
