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

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

# Virtual environments
.venv/
venv/
ENV/

# Environment variables
.env
.python-version

# pytest
.pytest_cache/
.coverage
htmlcov/
coverage.xml
.coverage.*

# mypy
.mypy_cache/

# ruff
.ruff_cache/

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

# Jupyter Notebook
.ipynb_checkpoints

# Logs
*.log
logs/

# System files
.DS_Store
Thumbs.db

# Project-specific temp files
error.txt
lint.txt
*.diff
BUGS.md
TODO.md
PLAN.md
CLAUDE.md