aboutsummaryrefslogtreecommitdiff
path: root/languages/python/gitignore-add.txt
diff options
context:
space:
mode:
Diffstat (limited to 'languages/python/gitignore-add.txt')
-rw-r--r--languages/python/gitignore-add.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/languages/python/gitignore-add.txt b/languages/python/gitignore-add.txt
new file mode 100644
index 0000000..d380534
--- /dev/null
+++ b/languages/python/gitignore-add.txt
@@ -0,0 +1,13 @@
+# Claude Code — local tooling, delivered by install/sync, not committed
+.claude/
+CLAUDE.md
+githooks/
+
+# Python bytecode + coverage artifacts (generated)
+__pycache__/
+*.pyc
+*.pyo
+.coverage
+coverage.json
+htmlcov/
+.pytest_cache/