chore: add .gitignore for Python and session files

This commit is contained in:
root
2026-02-26 21:39:57 -06:00
parent 7a9a33c304
commit 2f53d22943

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Environment
.env
.env.*
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Session notes (local only)
session.md
*.session.md
# Logs
*.log
logs/