summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/zabbix/.gitignore
blob: 43399c12616e54056711f6688af91767cc601ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tests/output
__pycache__

# ignore visual studio code things, and intelliJ
.vscode
.idea

# ignore Python Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# unit test
.tox/

# ignore dev stuff
.devcontainer
local_play.yml
antsibull-env