mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-15 17:25:26 -04:00
Odysseus v1.0
This commit is contained in:
+83
@@ -0,0 +1,83 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
!static/js/editor/build/
|
||||
venv/
|
||||
.venv/
|
||||
*.egg
|
||||
|
||||
# Environment
|
||||
.env
|
||||
!.env.example
|
||||
|
||||
# Data — all user data stays local
|
||||
data/
|
||||
!services/hwfit/data/
|
||||
!services/hwfit/data/hf_models.json
|
||||
logs/
|
||||
*.log
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
services/node_modules/
|
||||
services/data/
|
||||
|
||||
# IDE / Editor
|
||||
.aider*
|
||||
.claude/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Test capture artifacts (browser session dumps may contain personal content)
|
||||
.playwright-mcp/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build artifacts
|
||||
*.cache
|
||||
cache/
|
||||
output.txt.txt
|
||||
|
||||
# Media (uploaded/generated)
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.png
|
||||
*.gif
|
||||
*.bmp
|
||||
*.webp
|
||||
*.tiff
|
||||
*.pdf
|
||||
|
||||
# …except shipped demo assets in docs/ that the README links to.
|
||||
!docs/*.jpg
|
||||
!docs/*.jpeg
|
||||
!docs/*.png
|
||||
!docs/*.gif
|
||||
!docs/*.webp
|
||||
|
||||
# Reports and temp files
|
||||
reports/
|
||||
tasks/
|
||||
scripts/compound/*.json
|
||||
research_data/
|
||||
**/search_analytics.json
|
||||
|
||||
# Internal dev/review notes — not for public repo
|
||||
dev-docs/
|
||||
|
||||
# Local config
|
||||
compound.config.json
|
||||
*.error.log
|
||||
_scratch/
|
||||
Reference in New Issue
Block a user