Contrast-Security-OSS/DjanGoat

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Add any directories, files, or patterns you don't want to be tracked by version control
# If you need to exclude files such as those generated by an IDE, use
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
# described in https://git-scm.com/docs/gitignore

*.egg-info
*.pot
*.py[co]
.tox/
db.sqlite3
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
.coverage
build/
tests/report/
pygoat/production_settings


# Exclude virtualenv files at project base
.Python
lib
bin
include
pip-selfcheck.json
env/

# Exclude IntelliJ stuff
.idea

# Exclude Mac Stuff
.DS_Store

#Exclude settings stuff
local_settings.py
*.cfg