mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 13:32:56 +00:00
Complete Django AI agent marketplace with security optimizations and clean deployment documentation without any API keys or secrets. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
33 lines
289 B
Plaintext
33 lines
289 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
.env
|
|
.venv/
|
|
venv/
|
|
.git/
|
|
.gitignore
|
|
README.md
|
|
.DS_Store
|
|
.coverage
|
|
.pytest_cache/
|
|
.tox/
|
|
db.sqlite3
|
|
*.log
|
|
logs/
|
|
node_modules/
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|
|
staticfiles/
|
|
media/
|
|
backups/
|
|
deploy/
|
|
.do/
|
|
.github/
|
|
*.md
|
|
Procfile
|
|
render.yaml
|
|
requirements-dev.txt |