chore: update .gitignore and remove pycache from tracking

This commit is contained in:
bklronin
2026-03-14 08:59:25 +01:00
parent e13769840b
commit daed79dac6
20 changed files with 36 additions and 187 deletions
+36 -1
View File
@@ -1,3 +1,38 @@
*.xml
*.iml
.idea
.idea
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
ENV/
# Lock files
uv.lock
# IDE
.vscode/
*.swp
*.swo