pyst2/.gitignore
Randall Degges ed2be0e297 Adding general .gitignore file.
This provides blocking for most temporary and python-specific files.
2011-06-05 15:04:54 -07:00

15 lines
126 B
Plaintext

# Temporary files.
*.pyc
*.swp
*~
.coverage
# Build remnants.
dist
build
_build
*.egg-info
# Auto-generated files.
MANIFEST