37 lines
392 B
Plaintext
37 lines
392 B
Plaintext
node_modules
|
|
python_modules
|
|
.venv
|
|
venv
|
|
.motia
|
|
.mermaid
|
|
dist
|
|
*.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 |