Add Python gitignore patterns for aden-tools

This commit is contained in:
bryan
2026-01-19 18:46:17 -08:00
parent 02fbbcc8ec
commit a342deee3e
+9
View File
@@ -43,10 +43,19 @@ pnpm-debug.log*
# Testing
coverage/
.nyc_output/
.pytest_cache/
# TypeScript
*.tsbuildinfo
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
*.egg
# Misc
*.local
.cache/