aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8a21379f88c646f8a86a497415c95342d9931333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Python stuff
__pycache__
.mypy_cache
venv/

# Configuration
config.ini
secrets.json

# Editor and macOS
*~
\#*#
.DS_Store

# PyInstaller
build/
dist/
*.spec