# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# OS
.DS_Store
Thumbs.db

# Project specific
out/
tmp/
planning/
*.csv
.env
test_*/
!docs/cli-tests/test_pag_1_5/**

# Cache directories
.ruff_cache/
.uv-cache/
.uvcache/
.pytest_cache/

# Keep sample schemas
!sample/

# Windows Zone Identifiers
*:Zone.Identifier
.env
