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
+44
View File
@@ -0,0 +1,44 @@
# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Virtual environments
.venv/
.venv*/
venv/
env/
ENV/
# Packaging and build output
build/
dist/
*.egg-info/
pip-wheel-metadata/
# Local environment and secrets
.env
.env.*
!.env.example
# Runtime state mounted by Docker Compose
data/*
!data/.gitkeep
logs/*
!logs/.gitkeep
# Editor, OS, and tool metadata
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Docker/local deploy scratch files
docker-compose.override.yml