Add Python cache files to .gitignore
- Added __pycache__/ directories - Added *.py[cod] and *.class files - Removed tests/integration/__pycache__/ specific entry (now covered by general rule)
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -82,4 +82,10 @@ npm-package/package-lock.json
|
|||||||
.beads/beads.db?*
|
.beads/beads.db?*
|
||||||
bd-original
|
bd-original
|
||||||
mcp_agent_mail/
|
mcp_agent_mail/
|
||||||
tests/integration/__pycache__/
|
|
||||||
|
# Python cache files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
*.so
|
||||||
|
.Python
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user