# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
*.egg-link
pip-wheel-metadata/
MANIFEST

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.log

# Type checking
.mypy_cache/
.ruff_cache/
.pyright/

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

# Project runtime
*.pid

# Jupyter
.ipynb_checkpoints/

# Distribution
*.tar.gz
*.zip

.claude/settings.local.json
scheduled_tasks.lock