adding --no-hsts to wget options,, hangs otherwise
[wrfxpy.git] / .gitignore
blobe851b45b7bbe100ee5509822cabbe984b7d1308d
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
5 # C extensions
6 *.so
8 # Distribution / packaging
9 .Python
10 env/
11 build/
12 develop-eggs/
13 dist/
14 downloads/
15 eggs/
16 .eggs/
17 lib/
18 lib64/
19 parts/
20 sdist/
21 var/
22 *.egg-info/
23 .installed.cfg
24 *.egg
26 # PyInstaller
27 #  Usually these files are written by a python script from a template
28 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
29 *.manifest
30 *.spec
32 # Installer logs
33 pip-log.txt
34 pip-delete-this-directory.txt
36 # Unit test / coverage reports
37 htmlcov/
38 .tox/
39 .coverage
40 .coverage.*
41 .cache
42 nosetests.xml
43 coverage.xml
44 *,cover
46 # Translations
47 *.mo
48 *.pot
50 # Django stuff:
51 *.log
53 # Sphinx documentation
54 docs/_build/
56 # PyBuilder
57 target/
59 # temporary output
60 temp/
62 # input/output directories
63 /ingest/
64 /wksp/
65 /wksp_fmda/
67 # config files
68 etc/conf.json
69 etc/tokens.json
70 etc/clusters.json
72 # Apple
73 .DS_Store
74 *.swp