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

# Build / packaging
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
sdist/

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

# Testing / coverage
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

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

# OS
*.log
.DS_Store
Thumbs.db
Desktop.ini

# Claude Code
.claude/

# Project-specific
live_tests/
debug_*.json
*.srt
*.vtt
.pypirc

# social
social/