Kaydet (Commit) 497cd4da authored tarafından Abhishek L's avatar Abhishek L Kaydeden (comit) Berker Peksag

Adding a standard .gitignore for py projects

This commit adds a standard .gitignore for python projects primarily
ignoring Distribution/packaging files doc build files (which for this
repo might be needed in future) etc.
üst 1de57912
*.egg-info
build/
dist/
bad.txt
test_codegen_dump_1.txt
test_codegen_dump_2.txt
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Sphinx documentation
docs/_build/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment