2014-05-31 07:19:27 +00:00
|
|
|
# tools, IDEs, build folders
|
|
|
|
/.coverage/
|
2016-04-10 17:42:24 +00:00
|
|
|
/.eggs/
|
2014-05-31 07:19:27 +00:00
|
|
|
/.idea/
|
|
|
|
/build/
|
|
|
|
/dist/
|
|
|
|
/docs/build/
|
|
|
|
/*.egg-info/
|
2018-03-13 07:30:10 +00:00
|
|
|
settings.json
|
2014-05-31 07:19:27 +00:00
|
|
|
|
|
|
|
# Django and Python
|
|
|
|
*.py[cod]
|
2018-04-07 18:45:06 +00:00
|
|
|
.pytest_cache/*
|
2018-12-20 20:10:18 +00:00
|
|
|
.mypy_cache
|