63 lines
820 B
Plaintext
63 lines
820 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
.env
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.log
|
|
.venv
|
|
*.pot
|
|
|
|
# Platform logs
|
|
platform/data/*.db
|
|
platform/logs/
|
|
automation/logs/
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OpenClaw
|
|
memory/
|
|
sessions/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
.cache/
|
|
|
|
# Project specific
|
|
automation/data/drafts/*
|
|
!automation/data/drafts/.gitkeep
|
|
automation/data/releases/*
|
|
!automation/data/releases/.gitkeep
|
|
automation/data/published/*
|
|
!automation/data/published/.gitkeep
|
|
content/published/*
|
|
!content/published/.gitkeep
|
|
automation/data/outlines/
|
|
automation/data/research/
|
|
automation/data/sustainability_raw/
|
|
automation/data/search_cache.json
|
|
automation/images/generated/
|
|
data/*.db
|