Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 17:21:01 +02:00
commit 1450563ce1
2 changed files with 128 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment variables
.env
.env.*
!.env.example
# DuckDB data files
data/*.db
data/*.duckdb
# pytest
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# instructions
.github/instructions/