mirror of
https://github.com/sakaljurgis/kob.git
synced 2026-07-08 22:17:41 +00:00
24 lines
169 B
Plaintext
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
|