Add a .gitignore file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
commit
111434f4bb
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# setuptools related
|
||||
/build/
|
||||
/dist/
|
||||
/*.egg-info/
|
||||
|
||||
# Visual Studio Code configuration
|
||||
/.vscode
|
||||
|
||||
# Coverage related
|
||||
/htmlcov/
|
||||
/.coverage
|
||||
/coverage.xml
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
Loading…
Add table
Add a link
Reference in a new issue