summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f575d137be42396fa3788528b2010ec6bcb49501 (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
25
26
27
28
29
30
31
# Virtual environment related stuff
.tox/*
deployment/.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
.idea
.vagrant
*.komodoproject

# Cache and temp files
.cache
.pytest_cache
*~

# Deplyoment tool related files
add-node.json
infrastructure.json
*.retry