# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg

# Virtualenvs
.venv/
venv/
.env
.envrc

# Caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Census MCP runtime caches
.cxg-census-mcp-cache/
~/.cache/cxg-census-mcp/

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

# uv
uv.lock.bak

# Generated by `make audit` / CI audit step
_audit-reqs.txt
