zbxcat/.gitignore

15 lines
128 B
Plaintext
Raw Normal View History

2017-09-14 13:37:26 -07:00
# xcat
2017-08-02 19:36:24 -07:00
.tmp/
2017-09-14 13:37:26 -07:00
# Python
*.pyc
*.egg-info/
# Virtual environment
2017-09-04 09:06:30 -07:00
venv/
2017-09-14 13:37:26 -07:00
# Unit test / coverage reports
.tox/
coverage/
.coverage