36 lines
254 B
Plaintext
36 lines
254 B
Plaintext
.git
|
|
.gitignore
|
|
README.md
|
|
LICENSE
|
|
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov
|
|
.tox
|
|
|
|
.venv
|
|
venv
|
|
env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
node_modules
|
|
|
|
frontend
|
|
infra
|
|
knowledge
|
|
ml
|
|
docs
|
|
data
|
|
logs
|
|
tests
|
|
|
|
.dockerignore
|
|
Dockerfile
|
|
docker-compose*.yaml
|
|
*.md
|