2017-10-05 14:52:22 +02:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# Distribution / packaging
|
2019-08-27 10:35:51 +02:00
|
|
|
/build/
|
|
|
|
/dist/
|
2014-04-02 22:40:50 +02:00
|
|
|
*.egg
|
2017-02-27 05:19:06 +01:00
|
|
|
*.eggs
|
2017-10-05 14:52:22 +02:00
|
|
|
*.egg-info/
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# Documentation
|
2017-10-07 18:45:27 +02:00
|
|
|
docs/build/
|
2017-10-05 14:52:22 +02:00
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
2019-07-30 13:26:20 +02:00
|
|
|
.[nt]ox/
|
2017-11-14 07:33:01 +01:00
|
|
|
htmlcov/
|
2014-07-01 02:58:56 +02:00
|
|
|
.coverage
|
2017-10-05 14:52:22 +02:00
|
|
|
.coverage.*
|
2018-05-26 13:16:12 +02:00
|
|
|
.*cache
|
2017-10-05 14:52:22 +02:00
|
|
|
nosetests.xml
|
2014-07-01 05:17:27 +02:00
|
|
|
coverage.xml
|
2017-10-05 14:52:22 +02:00
|
|
|
*.cover
|
2018-10-08 18:09:53 +02:00
|
|
|
tests/data/common_wheels/
|
2017-10-05 14:52:22 +02:00
|
|
|
|
|
|
|
# Misc
|
|
|
|
*~
|
2016-07-29 20:30:50 +02:00
|
|
|
.*.sw?
|
2019-02-03 13:39:06 +01:00
|
|
|
.env/
|
2017-10-05 14:52:22 +02:00
|
|
|
|
|
|
|
# For IntelliJ IDEs (basically PyCharm)
|
2016-10-01 20:29:01 +02:00
|
|
|
.idea/
|
2017-10-05 14:52:22 +02:00
|
|
|
|
2019-02-03 13:39:06 +01:00
|
|
|
# For Visual Studio Code
|
|
|
|
.vscode/
|
|
|
|
|
2017-10-05 14:52:22 +02:00
|
|
|
# Scratch Pad for experiments
|
|
|
|
.scratch/
|
2019-05-11 23:05:51 +02:00
|
|
|
|
|
|
|
# Mac
|
|
|
|
.DS_Store
|