summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 4554b6f58263f6551eed1c87cba8eaa0a8a99fcc (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
32
33
# 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
cns-automation-config*.yaml
ocp-on-vmware*.ini*
*.retry