15 lines
144 B
Text
15 lines
144 B
Text
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Generated data
|
|
storage/
|
|
models/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Data (users supply their own)
|
|
data/*
|
|
!data/.gitkeep
|