# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

# Virtualenvs and packaging
.venv/
venv/
env/
*.egg-info/
.eggs/
dist/
build/

# Editors / OS
.idea/
.vscode/
*.swp
Thumbs.db
.DS_Store

# Secrets and local env
.env
.env.*
!.env.example

# Screenshots / debug dumps
*.png
*.jpg
!tests/fixtures/**
