1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Visual Studio Code
.env
.venv
# C extensions
*.so
*.pyd
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
eggs/
.eggs/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Tests
.tox/
.hypothesis/
.coverage
.coverage.*
.cache
unittests.xml
coverage.xml
coverage/
.pytest_cache/
pylint_report.txt
/*.h5
/*.png
/*.tif
/*.pickle
# Sphinx documentation
docs/build/
# Generated cython c file
src/histogram2d.c
src/mandelbrot.c
# qt.conf files
doc/source/deployment_example/qt.conf
# Coverage
htmlcov
# Other
*.bak
*_ui.py
*.mo
*.pot
|