18 lines
234 B
Plaintext
18 lines
234 B
Plaintext
# Virtual environment
|
|
.venv/
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Packaging / build artifacts
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Test cache
|
|
.pytest_cache/
|
|
|
|
# Local editor / tool settings (not for sharing)
|
|
.claude/settings.local.json
|