Files
HPCS6500-py/.gitignore
T

28 lines
301 B
Plaintext

# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# UV
uv
uv.lock
# Captures (binary data, not tracked)
captures/
# Lamp export bundles (published to the website repo instead)
lamps/
# Claude Code
.claude/
# Local AI-tooling state
.claude-flow/
.swarm/