# Python
__pycache__/
*.pyc
*.pyo

# PostgreSQL data
demo/db/data/
demo/db/socket/
demo/db/postgres.log

# Runtime
demo/.run.pid
demo/web.log
demo/web/__pycache__/

# OS
.DS_Store
