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

# Virtual environments
.venv/
venv/
env/

# Packaging / build
build/
dist/
*.egg-info/
*.egg
.eggs/
*.whl

# Test / lint / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

# Jupyter
.ipynb_checkpoints/

# Editors / OS
.DS_Store
.idea/
*.swp
*~

# Local env / secrets
.env
.env.*
