# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
ENV/
.venv

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
*.cover
.hypothesis/

# Distribution
*.whl
*.tar.gz

# Logs
*.log

# Environment variables
.env
.env.local

# UV
uv.lock

# Config files
config.yaml
config.yml
*.local.yaml
*.local.yml

# Token files
token.json
*.token

