78 lines
2.4 KiB
Plaintext
78 lines
2.4 KiB
Plaintext
.DS_Store
|
|
.cursor/
|
|
/.env
|
|
/.env.*
|
|
!/.env.example
|
|
.god/
|
|
.live/
|
|
|
|
# Public site download assets are published to GitHub Releases, not Git.
|
|
docs/site/public-data/**/*.zip
|
|
docs/site/public-data/**/downloads/
|
|
docs/site/public-data/map-packs/*/assets/
|
|
docs/site/public-data/map-packs/*/characters/
|
|
docs/site/public-data/map-packs/*/location-assets/
|
|
docs/site/public-data/map-packs/*/tiled-map.json
|
|
|
|
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
test-results/
|
|
promos/
|
|
|
|
# Runtime data
|
|
*.log
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
.superpowers/
|
|
logs/
|
|
agentsociety_data/
|
|
agentsociety/agentsociety_data/
|
|
agentsociety/logs/
|
|
jiuwenclaw/logs/
|
|
agentsociety/quick_experiments/**/run/
|
|
agentsociety/quick_experiments/**/run_*/
|
|
agentsociety/quick_experiments/**/run_failed*/
|
|
agentsociety/quick_experiments/**/run_stuck*/
|
|
agentsociety/quick_experiments/**/run_launcher.log
|
|
agentsociety/quick_experiments/**/.runtime/
|
|
agentsociety/quick_experiments/hypothesis_*/
|
|
!agentsociety/quick_experiments/hypothesis_god_town/
|
|
!agentsociety/quick_experiments/hypothesis_god_town/**
|
|
!agentsociety/quick_experiments/hypothesis_pku_trump_visit/
|
|
!agentsociety/quick_experiments/hypothesis_pku_trump_visit/**
|
|
**/.DS_Store
|
|
agentsociety/quick_experiments/hypothesis_god_town/**/run/
|
|
agentsociety/quick_experiments/hypothesis_pku_trump_visit/**/run/
|
|
agentsociety/quick_experiments/hypothesis_god_town/**/run_*/
|
|
agentsociety/quick_experiments/hypothesis_god_town/**/run_failed*/
|
|
agentsociety/quick_experiments/hypothesis_god_town/**/run_stuck*/
|
|
agentsociety/quick_experiments/hypothesis_god_town/**/run_launcher.log
|
|
agentsociety/quick_experiments/hypothesis_god_town/**/.runtime/
|
|
agentsociety/quick_experiments/hypothesis_pku_trump_visit/**/run_*/
|
|
agentsociety/quick_experiments/hypothesis_pku_trump_visit/**/run_failed*/
|
|
agentsociety/quick_experiments/hypothesis_pku_trump_visit/**/run_stuck*/
|
|
agentsociety/quick_experiments/hypothesis_pku_trump_visit/**/run_launcher.log
|
|
agentsociety/quick_experiments/hypothesis_pku_trump_visit/**/.runtime/
|
|
|
|
# Agent Studio generates these locally; configs should not depend on committed test sprites.
|
|
agentsociety/custom/maps/*/characters/Generated_Agent_*.png
|
|
|
|
# Local Superpowers planning/spec artifacts are development process notes, not product docs.
|
|
docs/superpowers/
|
|
|
|
# Map Studio generated packages are local user output by default.
|
|
agentsociety/custom/generated_maps/
|