Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitignore missing? #2

Open
nguy opened this issue Jul 23, 2016 · 2 comments
Open

gitignore missing? #2

nguy opened this issue Jul 23, 2016 · 2 comments

Comments

@nguy
Copy link

nguy commented Jul 23, 2016

It might be worth adding a .gitignore file so that the .pyc files are not loaded to github. Something like the following?

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# backup files
*~

# C extensions
*.so

# Distribution / packaging
.Python
env/
#build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# version file
artview/version.py

# PyInstaller
#  Usually these files are written by a python script from a template 
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
# docs/_build/
docs/build/doctrees/
docs/source/reference/generated/

# PyBuilder
target/
@EUFAR
Copy link
Owner

EUFAR commented Jul 25, 2016

Well noticed ;o) ! As I am a totally newbie concering GitHub, I am not aware of all tips (even after reading all the "manual"). I will integrate your .gitignore, thanks !!

@nguy
Copy link
Author

nguy commented Jul 26, 2016

It's a pretty big ramp up, I learned the hard way on this one as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants