49 lines
423 B
Plaintext
49 lines
423 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.egg
|
|
.venv/
|
|
venv/
|
|
*.db
|
|
web/instance/tts_cache/
|
|
|
|
# Node
|
|
node_modules/
|
|
pony-frontend/node_modules/
|
|
pony-frontend/build/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
|
|
# Build artifacts
|
|
*.log
|
|
*.tmp
|
|
|
|
# PDFs and large files
|
|
*.pdf
|
|
|
|
# Random artifacts
|
|
20260626_*
|
|
*.jsonl
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# Work logs
|
|
arbejdslog.txt
|
|
hermes_driver.sh
|
|
runs/
|