cleanup
This commit is contained in:
31
bitbylaw/.gitignore
vendored
31
bitbylaw/.gitignore
vendored
@@ -5,4 +5,33 @@ venv
|
||||
.motia
|
||||
.mermaid
|
||||
dist
|
||||
*.pyc
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
||||
# Performance logs and diagnostics
|
||||
*_log.txt
|
||||
performance_logs_*/
|
||||
*.clinic
|
||||
|
||||
# Service account credentials (WICHTIG!)
|
||||
service-account.json
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.cursor/
|
||||
.aider*
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build artifacts
|
||||
*.so
|
||||
*.egg-info
|
||||
build/
|
||||
*.whl
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
Reference in New Issue
Block a user