# Python
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.so
.Python

# Virtual environments
.venv/
venv/
env/
ENV/

# PyInstaller
build/
dist/
*.spec

# Paquetes Python
*.egg-info/
*.egg
dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-log.txt
pip-delete-this-directory.txt

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Config local y secretos
.env
.env.local
*.log

# Compilados
*.exe
*.bin


# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking 
.mypy_cache/