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

# Virtual environments
.venv/
venv/
env/

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

# Environment / secrets
.env
.env.*
!.env.example

# Test / local artifacts
.cache/
*.log
.memx/
TODO-docs-screenshots.md
website/node_modules/
node_modules/
website/.next/
website/out/
