llm-council / .gitignore
Millit's picture
Upload .gitignore
42cce29 verified
raw
history blame contribute delete
214 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
# Environment
.env
# Audit logs (optional - might want to commit these)
audit_logs/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db