forked from cliss21/grAPES
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
461 B
49 lines
461 B
# Editors |
|
*~ |
|
*.sw[po] |
|
|
|
# Python |
|
*.py[cod] |
|
__pycache__ |
|
|
|
# Virtual environment |
|
.env |
|
venv |
|
|
|
# Logs |
|
logs |
|
*.log |
|
pip-log.txt |
|
|
|
# Unit test / coverage reports |
|
.coverage |
|
.tox |
|
nosetests.xml |
|
htmlcov |
|
|
|
# Translations |
|
*.mo |
|
*.pot |
|
|
|
# Builds |
|
.eggs/* |
|
grapes.egg-info/ |
|
grapes/static/ |
|
grapes/_version.py |
|
docs/build/ |
|
|
|
# Databases |
|
sqlite.db |
|
sqlite3.db |
|
|
|
# Local configuration |
|
config.env |
|
|
|
# Local overrides and variable content |
|
local/ |
|
var/ |
|
settings_local*.py |
|
|
|
# etags/ctags |
|
TAGS |
|
tags.*
|
|
|