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.
44 lines
492 B
44 lines
492 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 |
|
|
|
# NPM |
|
node_modules/ |
|
|
|
# Databases |
|
sqlite.db |
|
|
|
# Local configuration |
|
config.env |
|
|
|
# Local overrides and variable content |
|
local/ |
|
var/ |
|
|
|
# Asset builds hidden in developp branch |
|
gvot/static/ |
|
styleguide/index.html |
|
docs/build/
|
|
|