# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment variables (may contain secrets)
.env

# Metapyle cache
cache/
*.db
*.db-journal

# Test artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.cover

# Type checker
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Local files
TODO.md

# GitHub Copilot (local development aids)
.github/skills/*
!.github/skills/adding-api-sources/
!.github/skills/upstream-tarballs/
.github/agents/*
!.github/agents/adding-api-sources.agent.md
!.github/agents/upstream-tarballs.agent.md
