alex_sh | 62fd5be | 2017-08-24 11:44:59 -0400 | [diff] [blame] | 1 | .vscode/ |
| 2 | .cloudify |
| 3 | *.swp |
| 4 | *.swn |
| 5 | *.swo |
| 6 | .DS_Store |
| 7 | .project |
| 8 | .pydevproject |
| 9 | venv |
| 10 | |
| 11 | |
| 12 | # Byte-compiled / optimized / DLL files |
| 13 | __pycache__/ |
| 14 | *.py[cod] |
| 15 | |
| 16 | # C extensions |
| 17 | *.so |
| 18 | |
| 19 | # Distribution / packaging |
| 20 | .Python |
| 21 | env/ |
| 22 | build/ |
| 23 | develop-eggs/ |
| 24 | dist/ |
| 25 | downloads/ |
| 26 | eggs/ |
| 27 | .eggs/ |
| 28 | lib/ |
| 29 | lib64/ |
| 30 | parts/ |
| 31 | sdist/ |
| 32 | var/ |
| 33 | *.egg-info/ |
| 34 | .installed.cfg |
| 35 | *.egg |
| 36 | |
| 37 | # PyInstaller |
| 38 | # Usually these files are written by a python script from a template |
| 39 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 40 | *.manifest |
| 41 | *.spec |
| 42 | |
| 43 | # Installer logs |
| 44 | pip-log.txt |
| 45 | pip-delete-this-directory.txt |
| 46 | |
| 47 | # Unit test / coverage reports |
| 48 | htmlcov/ |
| 49 | .tox/ |
| 50 | .coverage |
| 51 | .coverage.* |
| 52 | .cache |
| 53 | nosetests.xml |
| 54 | coverage.xml |
| 55 | *,cover |
| 56 | |
| 57 | # Translations |
| 58 | *.mo |
| 59 | *.pot |
| 60 | |
| 61 | # Django stuff: |
| 62 | *.log |
| 63 | |
| 64 | # Sphinx documentation |
| 65 | docs/_build/ |
| 66 | |
| 67 | # PyBuilder |
| 68 | target/ |
| 69 | |
| 70 | logs/ |
Singla, Rajiv (rs153v) | eaeba3d | 2018-07-25 12:04:38 -0400 | [diff] [blame] | 71 | |
| 72 | |
| 73 | # Intellij Files & Dir # |
| 74 | *.iml |
| 75 | *.ipr |
| 76 | *.iws |
| 77 | *.uml |
| 78 | |
| 79 | atlassian-ide-plugin.xml |
| 80 | out/ |
| 81 | .DS_Store |
| 82 | ./lib/ |
| 83 | .idea |