chore: add .gitignore and remove tracked __pycache__ files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-13 18:04:47 +02:00
parent 60c9b495ae
commit 684fbd75b8
6 changed files with 17 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.env
.venv
venv/
*.log
data/
*.db
*.parquet
*.duckdb
.DS_Store