# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
wheels/
*.whl
MANIFEST

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

# Distribution / packaging
.Python
pip-wheel-metadata/

# Tests & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover

# Linters & formatters
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Secrets & credentials
.env
.env.*
!.env.example
Credenciales*

# OpenCode
.opencode/

# uv
uv.lock
