PappyProxy/.gitignore
onizenso 5be69b205d Drastically restructured the compression and crypto features
Converted the crypto and compression plugins to core features, and
added the utility variables and functions to the Config class in
``config.py``. Added helper functions in PappySession class in
``pappy.py`` to enable the user to pass in an encrypted project archive.
Next moving to testing and debugging!
2016-03-24 20:48:40 +00:00

14 lines
135 B
Text

*.pyc
pappyproxy/certs/*
debug_out/*
data.db
.coverage
.cache
tests/.cache
.DS_Store
TAGS
config.json
build/*
*.egg-info/*
.#*
*notes*