.env
.env.*
!.env.example

# Virtual environments
.venv/
venv/
.envrc

# Python caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

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

# uv
uv.lock

# OS/editor
.DS_Store
.idea/
.vscode/
