# Secrets / credentials — never commit
.env
.env.*
secrets/
*.pem
*.key
*.p12
*.pfx
id_rsa
id_ed25519
*_rsa
*_ed25519

# Python
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*

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

# Node / desktop-client
node_modules/
desktop-client/dist/
desktop-client/out/

# Build / dist
build/
dist/
*.egg-info/

# Runtime / temp outputs
tmp-workspace/
*.log

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Benchmark replay archives (generated by run-benchmark-suite.py --archive)
benchmark/runs/
runs/
