mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-29 16:41:56 +00:00
58 lines
645 B
Plaintext
58 lines
645 B
Plaintext
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
# C extensions
|
||
|
*.so
|
||
|
# Distribution / packaging
|
||
|
.Python
|
||
|
env/
|
||
|
bin/
|
||
|
build/
|
||
|
develop-eggs/
|
||
|
dist/
|
||
|
eggs/
|
||
|
lib/
|
||
|
lib64/
|
||
|
parts/
|
||
|
sdist/
|
||
|
var/
|
||
|
*.egg-info/
|
||
|
.installed.cfg
|
||
|
*.egg
|
||
|
# Installer logs
|
||
|
pip-log.txt
|
||
|
pip-delete-this-directory.txt
|
||
|
# Unit test / coverage reports
|
||
|
htmlcov/
|
||
|
.tox/
|
||
|
.coverage
|
||
|
.cache
|
||
|
nosetests.xml
|
||
|
coverage.xml
|
||
|
# Translations
|
||
|
*.mo
|
||
|
# Mr Developer
|
||
|
.mr.developer.cfg
|
||
|
.project
|
||
|
.pydevproject
|
||
|
# Rope
|
||
|
.ropeproject
|
||
|
.idea/
|
||
|
# Django stuff:
|
||
|
*.log
|
||
|
*.pot
|
||
|
# Sphinx documentation
|
||
|
docs/_build/
|
||
|
# Back up file
|
||
|
*~
|
||
|
#db file
|
||
|
db.db
|
||
|
#vim cache
|
||
|
*swp
|
||
|
*swo
|
||
|
#redis dump
|
||
|
*.rdb
|
||
|
#*.out
|
||
|
db.sqlite3
|
||
|
.DS_Store
|
||
|
log/
|