blob: 88a8b8bc4f5d6307f9c62c17c4058247c87fa249 [file] [log] [blame]
# Build artifacts
*.py[cod]
__pycache__
*.egg-info/
build/
dist/
# Documentation-related
docs/_build
# Test files
.nox/
.tox/
.cache/
.pytest_cache/
# Django test database
db.sqlite3
# Coverage files
.coverage
coverage.xml
nosetests.xml
htmlcov/
# Files with private / local data
scripts/local_test_setup
tests/data/key.json
tests/data/key.p12
tests/data/user-key.json
# PyCharm configuration:
.idea
# Generated files
pylintrc
pylintrc.test
pytype_output/