# secrets
.env
.env.*
!.env.example
*.key
*.pem

# noxuslab local state (traces, active env marker)
.noxuslab/

# python
__pycache__/
*.py[cod]
*$py.class
*.egg
*.egg-info/
.eggs/
.venv/
venv/
.python-version
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyright/
.tox/
.nox/
.cache/
.coverage
.coverage.*
coverage.xml
*.cover
htmlcov/
dist/
build/
pip-wheel-metadata/

# editors
.vscode/*
!.vscode/mcp.json
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.swp

# os
.DS_Store
Thumbs.db
desktop.ini

# notebooks
.ipynb_checkpoints/

# scratch
runs/
outputs/
scratch/
*.log
