15 lines
128 B
Plaintext
15 lines
128 B
Plaintext
.git
|
|
.gitignore
|
|
README.md
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
DATA
|
|
*.md
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
venv/
|
|
.venv/
|
|
.env |