chore: update .gitignore and remove __pycache__

This commit is contained in:
CPTN Cosmo 2026-01-09 22:58:56 +01:00
parent 85515c9528
commit 6878c8b77d
No known key found for this signature in database
2 changed files with 29 additions and 0 deletions

29
.gitignore vendored
View file

@ -1 +1,30 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
config.json config.json

Binary file not shown.