ignore all the pyc files
This commit is contained in:
parent
0c02205858
commit
97a197e0a4
13 changed files with 10 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -2,3 +2,12 @@
|
|||
myenv
|
||||
myenv/
|
||||
myenv/*
|
||||
|
||||
# python
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.pyo
|
||||
|
||||
# nix
|
||||
result/
|
||||
result-*
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue