Skip to content

Commit

Permalink
Ignore all python-compiled files
Browse files Browse the repository at this point in the history
If i am not mistaken, python 3 generate its `pyc` files in a `__pycache__` directory.
The `.pyo` files are similar to `pyc` (with optimisation).
I haven't included `pyd` files since they are windows-only.
  • Loading branch information
arthurdarcet committed Feb 11, 2015
1 parent 4008ef3 commit 3941bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.pyc
__pycache__/
*.py[co]

0 comments on commit 3941bf8

Please sign in to comment.