Files
agentic-soc-platform/.gitignore
T
funnywolf b6b4cbf017 0.4.0 I always have a choice
You shape nothing until you hold everything.
2026-06-27 19:08:48 +08:00

37 lines
292 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Virtual environment
.venv/
# Django
*.sqlite3
media/
staticfiles/
# Environment
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# Node
node_modules/
# Local git worktrees
.worktrees/
# OS
.DS_Store
Thumbs.db
.claude/*