__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/

# Environment
.env
venv/
env/
.venv/
.python-version

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Pytest / coverage / mypy caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# SQLite databases produced by the server (audit log, history, daily budget).
data/
*.sqlite3
*.sqlite3-journal
*.sqlite3-wal
*.sqlite3-shm

# Note: uv.lock SHOULD be committed for applications - it pins exact versions
# for reproducible deployments. Don't add it to this file.

# Unrelated documents accidentally dropped in the repo root
Documento Manual Web Service Emisi*n*.pdf
Manual_Web_Service_Emision_*.md
