Initial commit

This commit is contained in:
2026-05-16 12:05:36 -03:00
parent 0ce972a361
commit e82cee97a7
65 changed files with 9051 additions and 5 deletions
+29
View File
@@ -0,0 +1,29 @@
.git
.gitignore
.dockerignore
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.venv/
.venv*/
venv/
env/
ENV/
.env
.env.*
!.env.example
config/config.yml
config/*.local.yml
data/
logs/
docker-compose.override.yml