| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- *.so
- .Python
- build/
- develop-eggs/
- dist/
- downloads/
- eggs/
- .eggs/
- lib/
- lib64/
- parts/
- sdist/
- var/
- wheels/
- *.egg-info/
- .installed.cfg
- *.egg
- # Testing
- .pytest_cache/
- .coverage
- htmlcov/
- .tox/
- .nox/
- # IDE
- .vscode/
- .idea/
- *.swp
- *.swo
- *~
- # Project specific
- todos.json
- *.json.backup
- # OS
- .DS_Store
- Thumbs.db
|