import initial

This commit is contained in:
Vincent Bourdon
2026-06-10 10:21:18 +02:00
commit 5a03f8a38d
59 changed files with 4777 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
# Virtual environments
.venv/
venv/
env/
ENV/
# Test / coverage / type-checking caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
# Environment / secrets
.env
.env.*
!.env.example
# Generated output (puzzle images / PDFs)
output/
*.generated.png
puzzles.pdf
*.pdf
# IDE / editor
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db