mirror of https://github.com/FOSSRIT/charsheet.git
35 lines
335 B
Plaintext
35 lines
335 B
Plaintext
*.swp
|
|
*.swo
|
|
*~
|
|
*.~
|
|
*#
|
|
envsurf
|
|
|
|
# Keep outreach stuff out of the repo for now
|
|
outreach/*
|
|
|
|
# Pythonic stuff
|
|
*.pyc
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build/
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
pip-log.txt
|
|
.coverage
|
|
|
|
# Database stuff
|
|
*.db
|
|
|
|
# Keep OpenID sstore stuff out of the repo
|
|
sstore/
|
|
|
|
# Keep secret keys out the repo
|
|
secret.ini
|