codeforamerica/intake

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
src
__pycache__
*.pyc
*.swp
zappa_settings.json
.tower_cli.cfg

# system file sometimes generated by OS X
.DS_Store

# virtualenv
pyvenv.cfg
pip-selfcheck.json
.Python
.venv/

# test outputs to ignore
.coverage

.env
db.sqlite3
node_modules
staticfiles
staticfiles-cache
project/media
media
local_settings.py
.sass-cache
local.log
notes/*.md
selenium/
geckodriver.log

# hiding fixtures
intake/fixtures/mock*
user_accounts/fixtures/mock_profiles.json

# IDE settings
.idea
tags

.env*