pyst2/.gitignore
2016-03-28 23:09:43 -05:00

22 lines
189 B
Plaintext

# Temporary files.
*.py[cod]
*.sw?
*~
.coverage
# Build remnants.
html
dist
build
_build
*.egg-info
# Python-related stuff
env/
.env/
venv/
__pycache__/
# Auto-generated files.
MANIFEST