Initial commit: SYNC_API project
This commit is contained in:
24
sync_api/.dockerignore
Normal file
24
sync_api/.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user