chore: add .gitignore and .a0 project state files

This commit is contained in:
2026-07-13 09:55:54 +02:00
parent be5a339b32
commit 5459a43e2b
6 changed files with 100 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
*.egg
.venv/
venv/
# Node
node_modules/
.next/
.nuxt/
dist/
.env.local
.env.*.local
# Environment
.env
.env.*
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Docker
docker-compose.override.yml
# Build artifacts
*.pdf.tmp
.cache/