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

# Log files
*.log

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

# Python bytecode and other related temp files
*.pyc
*.pyo
*egg-info

# Development environment files
.project
.pydevproject

# Cache files
.cache
.pytest_cache