# Virtual environment
.venv/

# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Tooling caches and coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Secrets and real business data (see SPECS.md section 11)
.env
.env.*
config/.env
downloads/

# What this machine is allowed to do is not a property of the code, and
# neither are the profiles saved beside it.
tools.json
config/tools.json
tool_profiles.json
config/tool_profiles.json


# IDE / OS
.vscode/
Thumbs.db
