25 lines
248 B
Plaintext
25 lines
248 B
Plaintext
# 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
|