52 rindas
535 B
Text
52 rindas
535 B
Text
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
__pycache__
|
|
|
|
# Other
|
|
*.swp
|
|
*.log
|
|
*.pid
|
|
*.restart
|
|
*.db3
|
|
|
|
# Installation-specific.
|
|
# For group efforts, comment out some or all of these.
|
|
server/conf/secret_settings.py
|
|
server/logs/*.log.*
|
|
web/static/*
|
|
web/media/*
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# PyCharm config
|
|
.idea
|