| *.py[cod] | |
| __pycache__ | |
| .DS_Store | |
| # C extensions | |
| *.so | |
| # Packages | |
| *.egg | |
| *.egg-info | |
| .eggs | |
| build | |
| eggs | |
| parts | |
| var | |
| sdist | |
| develop-eggs | |
| .installed.cfg | |
| lib | |
| lib64 | |
| MANIFEST | |
| .eggs | |
| # Installer logs | |
| pip-log.txt | |
| npm-debug.log | |
| # Unit test / coverage reports | |
| .coverage | |
| .coverage.* | |
| coverage.xml | |
| .pytest_cache | |
| .tox | |
| nosetests.xml | |
| htmlcov | |
| .cache | |
| .pytest_cache/ | |
| .hypothesis/ | |
| # Translations | |
| *.mo | |
| # Mr Developer | |
| .mr.developer.cfg | |
| .project | |
| .pydevproject | |
| # SQLite | |
| test_exp_framework | |
| # npm | |
| node_modules/ | |
| # dolphin | |
| .directory | |
| libpeerconnection.log | |
| # setuptools | |
| dist | |
| # IDE Files | |
| atlassian-ide-plugin.xml | |
| .idea/ | |
| *.swp | |
| *.kate-swp | |
| .ropeproject/ | |
| .vscode | |
| # pip | |
| pip-selfcheck.json | |
| # Python3 Venv Files | |
| .python-version | |
| .venv/ | |
| pyvenv.cfg | |
| # mypy | |
| .mypy_cache |