35 lines
291 B
Plaintext
35 lines
291 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
.git/
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
tests/
|
|
*.log
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
README.md
|
|
LICENSE
|
|
build-deploy.sh
|
|
generar_unificado.py
|
|
docker-compose.yml
|
|
Dockerfile
|
|
.dockerignore
|