# --- Python --- #
__pycache__/
*.py[cod]
*$py.class
*.egg
*.egg-info/
.eggs/
build/
dist/
wheels/
pip-wheel-metadata/
.installed.cfg
MANIFEST

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

# --- Tooling caches --- #
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# --- IDE / editor --- #
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# --- Local env / secrets --- #
.env
.env.*
!.env.sample

# --- Build artifacts --- #
*.log
.uv/
uv.lock
