13 lines
92 B
Plaintext
13 lines
92 B
Plaintext
|
|
data/
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
__pycache__/
|
||
|
|
*.pyc
|
||
|
|
*.pyo
|
||
|
|
.venv/
|
||
|
|
venv/
|
||
|
|
.env
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
README.md
|