# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
.venv/
venv/
env/
.env

# PyInstaller
*.spec
build/
dist/

# Testing
.pytest_cache/
.coverage
htmlcov/
tests/benchmark_results/

# IDEs
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
logs/
*.log

# Proyecto
*.arsd
*.arsd.bak

# Datos sensibles
.env.local
secrets.json
