Files
kob/.gitignore
T
Jurgis Sakalauskas beb1294d86 let there be light
2026-04-28 11:48:29 +03:00

24 lines
169 B
Plaintext

# 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