1234567891011121314151617181920212223242526 |
- # byte-compiled / optimized / DLL files
- __pycache__/
- *.py[cod]
-
- # tests and coverage
- *.pytest_cache
- .coverage
-
- # database & logs
- *.db
- *.log
-
- # venv
- env
- venv
-
- # other
- .DS_Store
-
- # sphinx docs
- _build
- _static
- _templates
-
- # javascript
- package-lock.json
|