forked from cliss21/radiomoulins-site
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.
42 lines
386 B
42 lines
386 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 |
|
radiomoulins/static/ |
|
docs/build/ |
|
# NPM |
|
node_modules/ |
|
|
|
# Databases |
|
sqlite.db |
|
|
|
# Local configuration |
|
config.env |
|
|
|
# Local overrides and variable content |
|
local/ |
|
var/
|
|
|