File: .gitignore

package info (click to toggle)
elastalert 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,472 kB
  • sloc: python: 12,252; makefile: 108; sh: 2
file content (18 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config.yaml
.tox/
.coverage
.idea/*
.cache/
__pycache__/
*.pyc
virtualenv_run/
*.egg-info/
dist/
venv/
env/
docs/build/
build/
.pytest_cache/
my_rules
*.swp
*~