# Entornos virtuales
.env
.venv
venv/
env/
ENV/
env.bak/
venv.bak/

# Python cache y compilados
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Eggs y distribución
*.egg
*.egg-info/
.eggs/
eggs/
develop-eggs/
oko.egg-info

# Build y distribución
build/
dist/
sdist/
wheels/
*.egg-info
*.egg

# Instalación
pip-log.txt
pip-delete-this-directory.txt

# Testing y coverage
.coverage
htmlcov/
.tox/
.nox/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover

# Jupyter Notebook
.ipynb_checkpoints/

# IDE/Editores
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject

# Sistema operativo
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Configuraciones y secretos
*.env
.env.local
.env.development.local
.env.test.local
.env.production.local
secrets.py
config_local.py
config.ini
settings_local.py
credentials.json
service_account.json

# Logs
*.log
logs/

# Archivos temporales
