Files
Pinry/.gitignore
2013-03-29 15:40:18 +01:00

27 lines
216 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
# Project
/*.db
# Misc
/.idea/
*.pyc
*.swp