mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
19 lines
174 B
Text
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
|
|
|