Last active
May 3, 2016 11:05
-
-
Save whitekid/ce2e8935f4a1c979c54e82ae704ef3e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dev | |
.git | |
**/*.sw* | |
**/tags | |
*.sublime* | |
# docker | |
Dockerfile* | |
.dockerignore | |
docker-compose.yml | |
# python | |
.venv | |
**/.python-version | |
**/__pycache__ | |
**/*.pyc | |
**/.ropeproject | |
# sphinx | |
**/_build/ | |
# this project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment