ninja-code-guard / .gitignore
NinjainPJs's picture
Remove binary assets for HF Spaces compatibility
a1a3fe3
# Project planning docs (confidential)
*.pdf
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
# Virtual environments
.venv/
venv/
env/
# Environment variables
.env
.env.local
.env.production
# Keys & secrets
keys/
*.pem
*.key
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# ChromaDB persistence
chroma_data/
chromadb/
# Test & coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml
# Node (dashboard)
dashboard/node_modules/
dashboard/.next/
dashboard/out/
# Render
.render/
# Claude Code
.claude/
# Screenshots
Pictures/
assets/
*.png
# Misc
*.log
*.tmp