initial commit
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Virtual Environments
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Python Caches
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Datenbank (SQLite)
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Secrets und API-Keys
|
||||
.env
|
||||
|
||||
# Dynamische und generierte Dateien
|
||||
*.csv
|
||||
|
||||
# OS & IDE (optional, aber hilfreich)
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user