temp / .gitignore
CheeksTheGeek's picture
Initial commit: LLM Code Deployment System
c5292d8 unverified
Raw
History Blame Contribute Delete
338 Bytes
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
venv/
env/
# Environment variables and secrets
.env
.env.local
*.key
*.pem
# Database
*.db
*.sqlite
*.sqlite3
# Generated repos
generated_repos/
# Logs
logs/
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db