# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

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

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

# Type checkers
.mypy_cache/
.pyre/
.ruff_cache/
*.tsbuildinfo

# Jupyter
.ipynb_checkpoints/

# IDEs and editors
.idea/
.vscode/

# OS files
.DS_Store
Thumbs.db

# Local agent/runtime state
.codex-*/
core.*
*.db
*.db-shm
*.db-wal

# Local environment files
.env
.env.local
.env.*
!.env.example
