# Editors
*~
*.sw[po]

# Python
*.py[cod]
__pycache__

# Virtual environment
.env
.venv
venv

# Logs
logs
*.log
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov

# Translations
*.mo
*.pot

# NPM
node_modules/

# Databases
*.db

# Local configuration
config.env

# Local overrides and variable content
local/
var/

# builds
build/
dist/
benevalibre/static/
