mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-14 01:41:25 -06:00
Ignore compiled python stuff
Ignore byte-compiled python stuff. Taken from https://github.com/github/gitignore/blob/main/Python.gitignore
This commit is contained in:
parent
fd17b18c9e
commit
d17cb09de9
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