gitignore
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
*.egg
|
||||||
|
!/tests/**/*.egg
|
||||||
|
/*.egg-info
|
||||||
|
/dist/*
|
||||||
|
build
|
||||||
|
_build
|
||||||
|
.cache
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Installer logs
|
||||||
|
pip-log.txt
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
.coverage
|
||||||
|
.pytest_cache
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.idea/*
|
||||||
|
.python-version
|
||||||
|
.vscode/*
|
||||||
|
|
||||||
|
/test.py
|
||||||
|
/test_*.*
|
||||||
|
|
||||||
|
/setup.cfg
|
||||||
|
MANIFEST.in
|
||||||
|
/setup.py
|
||||||
|
/docs/site/*
|
||||||
|
/tests/fixtures/simple_project/setup.py
|
||||||
|
/tests/fixtures/project_with_extras/setup.py
|
||||||
|
.mypy_cache
|
||||||
|
|
||||||
|
.venv
|
||||||
|
/releases/*
|
||||||
|
pip-wheel-metadata
|
||||||
|
/poetry.toml
|
||||||
|
|
||||||
|
poetry/core/*
|
Reference in New Issue
Block a user