Add Python gitignore patterns for aden-tools
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user