ever-brain / .gitignore
AlexKurian's picture
chore: update gitignore to preserve exe files and improve Docker start script indentation
ba8a3d1
Raw
History Blame Contribute Delete
241 Bytes
# Build artifacts
build/
dist/*
!dist/*.exe
*.spec
*.egg-info/
# Python
__pycache__/
*.py[cod]
*$py.class
.env
.venv/
env/
venv/
# Node.js
node_modules/
.next/
out/
# Brain Runtime & Storage
.brain/
.brains/
# System
.DS_Store
Thumbs.db