# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# Claude Code
.claude/

# Collection output (local run artifacts — not part of the package)
collect_output/
racf_opengraph.json
racfdump.txt
apflist.txt
parmlist.txt
proclist.txt

# macOS
.DS_Store
