# Byte-compiled / cache files
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
venv/
env/

# dotenv and secrets
.env

# Static analysis & lint caches
.mypy_cache/
.ruff_cache/
.cache/
.typing/

# Test & coverage
.pytest_cache/
.coverage
htmlcov/

# Hatchling / pip build artifacts
*.egg-info/
*.dist-info/
build/
dist/

# Logs
*.log

# System files
.DS_Store
Thumbs.db

# IDE settings
.vscode/
.idea/


# Optional: Jupyter/IPython
.ipynb_checkpoints/
