mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-14 01:41:25 -06:00
Merge pull request #31 from eric-eisenhart/patch-1
Ignore compiled python stuff in .gitignore
This commit is contained in:
commit
f03926753a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
|||||||
*.log
|
*.log
|
||||||
config.py
|
config.py
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
Loading…
Reference in New Issue
Block a user