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

# Build artifacts
dist/
build/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test/cache artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local environment files
.env
.env.*
!.env.example

# IDE/editor
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Documentos de desarrollo
AGENTS.md
V1_ECONOMISTA_DOCUMENTO_FUNDACIONAL_DEFINITIVO.md
