# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

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

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

# Testing / coverage
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml

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

# Secrets
.env
.env.*
!.env.example

# Local scratch scripts and notes
live_check.py
try_*.py
notes.txt

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
