5769c1cd22
- Auto-Registration-Bug behoben (register_project/get_project_id/resolve_project Trennung) - 25 Tests gruen (Pytest) - block_compactor-Tool refactored (Option B: Soft-Check statt Hard-Block) - 4 Restbaustellen gefixt - DB-Schema: plugin_settings-Tabelle hinzugefuegt - 3 Schattenprojekte aus DB geloescht - Plan v3 + Refactor-Plan + Worklog dokumentiert
34 lines
417 B
Plaintext
34 lines
417 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Runtime-DB (gehoert nicht in Git)
|
|
helpers/library/patterns.db
|
|
helpers/library/patterns.db-wal
|
|
helpers/library/patterns.db-shm
|
|
|
|
# Agent Zero interne Artefakte
|
|
.a0/
|
|
.toggle-*
|
|
|
|
# Backups
|
|
a0_software_orchestrator.backup-*/
|
|
|
|
# Temp / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets (nie committen!)
|
|
.env
|
|
.env.local
|
|
*.key
|
|
*.pem
|