summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 3dd732a8ace95328f18df4f049843ff0863a1e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Virtual environment related stuff
.tox/*

# Log files
*.log

# Linux swap files range from .saa to .swp
*.s[a-w][a-p]

# Python bytecode files
*.pyc
*.pyo

# Development environment files
.project
.pydevproject