Files
ai.allucanget.biz/.gitignore
T
zwitschi 1450563ce1 init
Co-authored-by: Copilot <copilot@github.com>
2026-04-27 17:21:01 +02:00

47 lines
409 B
Plaintext

# 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/