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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# IDEs
.vscode/
.idea/
.cursor/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project specific
*.log
.whai/

# Distribution
build/
dist/
*.egg-info/

# Local playground (kept locally, not tracked)
playground/

# Nox
.nox/

# Secrets
.env

# Generated release notes
release_notes.txt

# Large media files
*.mov