Chore: fix .gitignore
This commit is contained in:
parent
66a47169e6
commit
42368abf08
41
.gitignore
vendored
41
.gitignore
vendored
@ -1,2 +1,39 @@
|
|||||||
.DS_Store
|
*.py[cod]
|
||||||
temp/
|
|
||||||
|
# C/C++ extensions
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
*.gch
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
*.egg
|
||||||
|
*.egg-info
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
eggs
|
||||||
|
parts
|
||||||
|
bin
|
||||||
|
var
|
||||||
|
sdist
|
||||||
|
develop-eggs
|
||||||
|
.installed.cfg
|
||||||
|
lib
|
||||||
|
lib64
|
||||||
|
|
||||||
|
# Installer logs
|
||||||
|
pip-log.txt
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*.swp
|
||||||
|
*.un~
|
||||||
|
|
||||||
|
# Atom
|
||||||
|
.cache
|
||||||
|
|
||||||
|
# Generated documentation
|
||||||
|
docs/_build/*
|
||||||
|
|
||||||
|
# tests
|
||||||
|
.coverage
|
||||||
|
.hypothesis
|
||||||
|
.pytest_cache
|
||||||
|
|||||||
2
src/.gitignore
vendored
2
src/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
__pycache__/
|
|
||||||
_test/
|
|
||||||
Loading…
x
Reference in New Issue
Block a user