mirror of
https://github.com/pinry/pinry.git
synced 2026-01-18 05:02:08 +01:00
30 lines
240 B
Plaintext
30 lines
240 B
Plaintext
# Virtualenv/Common
|
|
/bin/
|
|
/build/
|
|
/dist/
|
|
/include/
|
|
/lib/
|
|
/local/
|
|
/media/
|
|
/src/
|
|
/static/
|
|
/*.egg-info/
|
|
/pip-log.txt
|
|
|
|
# Buildout
|
|
/eggs/
|
|
/develop-eggs/
|
|
/.installed.cfg
|
|
/*.egg
|
|
|
|
# sphinx
|
|
/docs/_build/
|
|
|
|
# Project
|
|
/*.db
|
|
|
|
# Misc
|
|
/.idea/
|
|
*.pyc
|
|
*.swp
|