summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7e222fd852fd6bcd527589ec95b9c0af84ebb498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/.idea/
/.vscode/
/venv*/
/.venv*/
/env*/
/.env*/
__pycache__/
*.pyc
/.pytest_cache/
/.tox/
**.egg-info/
/dist/
/docs/_build/
.python-version
# prefix for devs private stuff kept with the project
private_*