aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 07d982568455a20c56de15d88c9d531c335701d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*._*
*.pyc
*.pyd
*.pyo
*.scssc
*.so
*~
.#*
.DS_Store
\#*#
/test*.py
/.local
/perf.data*
/build
__pycache__/
/*.egg
/*.egg-info
/dist
/.cache
/.pytest_cache
/.coverage
/.mypy_cache
/.venv*