Initial commit: SYNC_API project

This commit is contained in:
2025-11-06 09:50:10 -07:00
commit 733ef04eeb
42 changed files with 2380 additions and 0 deletions

24
sync_api/.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
# Archivos a ignorar en Docker
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.env.local
.env.development
.env.test
.venv/
venv/
.git/
.gitignore
README.md
*.log
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.DS_Store
Thumbs.db
*.bat
run_*.bat
test_*.bat