# 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

# Virtualenvs
.venv/
venv/
env/
ENV/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache
nosetests.xml
coverage.xml
*.cover

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Type checkers
.mypy_cache/
.pytype/
.ruff_cache/

# Secrets / local config
.env
.env.*
!.env.example
config.json
*.token
*-token

# Local databases
*.db
*.sqlite
*.sqlite3

# Build artifacts
*.log
