# Environments
.venv/
venv/
env/

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

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

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS / editor stuff
.DS_Store
Thumbs.db
.vscode/
.idea/

# Secrets
.env