let there be light

This commit is contained in:
Jurgis Sakalauskas
2026-04-28 11:48:29 +03:00
commit beb1294d86
15 changed files with 966 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# app data
data/
testdata/
# python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
# IDE
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db
# editor swap files
*.swp
*.swo