# macOS
.DS_Store

# Python cache
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
venv/
env/

# Packaging / build artifacts
build/
dist/
*.egg-info/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Local environment / secrets
.env
.env.*