# Byte-compiled / caches
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.eggs/
dist/
build/
wheels/
pip-wheel-metadata/

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

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

# Environment and secrets (never commit)
.env
.env.*
!.env.example

# Type checker / IDE (keep team-shared editor config out by default)
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# NAQSHA local traces and scratch
.naqsha/
