diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-08-30 11:38:09 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-08-30 11:38:09 -0400 |
commit | cfebe6cf947ffad3c5f2a001323647665e025fa6 (patch) | |
tree | e8c5cb42c0d6ac1626c92a36e3392fc685f88318 | |
parent | 40b2d1dfaf7b39861ac2c107036dbf790a063c9e (diff) |
[pkg] gitignore stuff
-rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c60eab28 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +coverage.xml +*,cover + +# Sphinx documentation +docs/_build/ + +# virtualenv +.venv/ +venv/ +ENV/ |