mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
add python compiled ".pyc" files to be ignored
This commit is contained in:
parent
e8982c5fe4
commit
23a1eee238
@ -49,3 +49,5 @@ coverage.xml
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# Python Compiled
|
||||
*.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user