aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e44155791327ec267422336c72e7160b9b2c7a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*._*
*.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*
/wheelhouse