# Python
__pycache__/
*.pyc
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg

# Virtual environment
.venv/
venv/
env/

# Build / dist
dist/
build/

# Tests
.pytest_cache/
.coverage
htmlcov/

# IDE / tools
.claude/
.idea/
.vscode/

# Cache data
/tmp/smartcache/

# Project specific
media/
notes.txt
design.txt

# PyPI token
__token__
.pypirc
*.token
