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

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

# Virtual environments
venv/
env/
ENV/
.env/
.venv/
.python-version

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

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

# Jupyter Notebooks
.ipynb_checkpoints

# macOS
.DS_Store

# Other
temp*.md

**/.claude/settings.local.json
