summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 4191ce7b0bcc0affc87924cb53f9b855cc7c75bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.log
*.pyc
# eclipse stuff
.project
.pydevproject
.settings/
# PyCharm stuff
.idea/
# backup files from gedit etc.
*~
# runtime files
*.pid
*.sock
*.db
# config files
*.conf
# Sphinx output
docs/build
# build files
*.egg-info/
build/
dist/
.eggs/