AGI_Assistant / .gitignore
Dmitry Beresnev
add hermes agents config
20f1d0e
raw
history blame contribute delete
506 Bytes
# Node modules
node_modules/
npm-debug.log
yarn-error.log
# Python virtual environment and caches
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
env/
.venv/
.Python
# HF Space build artifacts
*.log
*.lock
!uv.lock
*.db
*.sqlite
*.cache
/dist/
.build/
# Docker
*.env
Dockerfile.*.swp
docker-compose.override.yml
# Vault local changes (if you want only committed notes to stay)
vault/*.md
vault/**/*.md
# VSCode / IDEs
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# OS files
.DS_Store
Thumbs.db
#
*.md