pycache in gitignore

This commit is contained in:
Creat0r
2025-11-27 18:20:24 +01:00
parent 3c138f2b3b
commit f83ab227e6

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
.venv
token.yaml
ollama-api.yaml
ollama-api.yaml
__pycache__/*
bin/__pycache__/*