ignore all the pyc files

This commit is contained in:
Osman Faruk Bayram 2025-04-28 16:15:44 +03:00
parent 0c02205858
commit 97a197e0a4
13 changed files with 10 additions and 1 deletions

11
.gitignore vendored
View file

@ -1,4 +1,13 @@
./myenv ./myenv
myenv myenv
myenv/ myenv/
myenv/* myenv/*
# python
*.pyc
__pycache__/
*.pyo
# nix
result/
result-*