fix: gitignore pycache
All checks were successful
Deploy Web Client / deploy (push) Successful in 36s

This commit is contained in:
Markov 2026-02-15 19:45:00 +01:00
parent 2f1778c821
commit d7a9bc7a59
6 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ node_modules/
.next/ .next/
out/ out/
.env.local .env.local
__pycache__/

Binary file not shown.

Binary file not shown.