# Ignore temporary files. | |
*.bak | |
*.bkp | |
*.log | |
*.py[co] | |
*.swp | |
*~ | |
.DS_Store | |
.\#* | |
._* | |
*.o | |
*.so | |
Desktop.ini | |
Thumbs.db | |
\#*\# | |
__MACOSX__ | |
# Ignore generated files and directories. | |
*.egg-info/ | |
*.egg | |
.installed.cfg | |
build/ | |
develop-eggs/ | |
dist/ | |
eggs/ | |
parts/ | |
MANIFEST | |
# Project files for VS Code, idea, eclipse, and netbeans | |
nbproject/ | |
.idea/ | |
.settings/ | |
.vscode/ | |
# Generated by tests. | |
.coverage | |
.coverage.* | |
htmlcov/ | |
.tox/ | |
.cache/ | |
.pytest_cache/ | |
# From virtualenv. | |
include/ | |
lib/ | |
/bootstrap.py | |
venv/ | |
.venv/ |