You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
orquestrador/.dockerignore

23 lines
177 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.env
.env.local
venv/
.venv/
env/
.git/
.gitignore
.github/
.pytest_cache/
.coverage
htmlcov/
.DS_Store
*.log
.vscode/
.idea/