Ignore environment and checkpoint files
This commit is contained in:
parent
2160dad717
commit
08302ba0c8
|
@ -10,3 +10,7 @@ wtfpython-pypi/wtfpython.egg-info
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
|
irrelevant/.ipynb_checkpoints/
|
||||||
|
|
||||||
|
irrelevant/.python-version
|
||||||
|
|
Loading…
Reference in New Issue