20 lines
202 B
Plaintext
20 lines
202 B
Plaintext
.git/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.production.example
|
|
htmlcov/
|
|
build/
|
|
dist/
|
|
mongo-data/
|
|
redis-data/
|
|
rabbitmq-data/
|
|
|