| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| venv/ | |
| # Datos | |
| data/raw/ | |
| data/processed/ | |
| results/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # Docker | |
| *.log | |
| # Sistema | |
| Thumbs.db | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| venv/ | |
| # Datos | |
| data/raw/ | |
| data/processed/ | |
| results/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # Docker | |
| *.log | |
| # Sistema | |
| Thumbs.db | |