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

# Distribution
*.egg-info/
*.egg
dist/
build/
wheels/
sdist/

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Generated by hatch-vcs at build time
src/modulex_integrations/_version.py

# Local environment
.env
.env.local
*.local

# Internal-only artifacts — never push to this public repo.
# (History was scrubbed of CLAUDE.md, external-briefs/, and .claude/
# on 2026-05-15; see the cleanup commit on main.)
CLAUDE.md
.claude/
external-briefs/
