proxstar/.gitignore
2022-06-27 19:41:07 -04:00

19 lines
174 B
Text

# Config files
config_local.py
config.local.py
.env
# Python trash
__pycache__/*
*/__pycache__/*
rrd/*
*.pyc
*_key
Pipfile*
# venv parts
bin
pyvenv.cfg
site-packages
venv