Add local database.
[powerproduction-test.git] / .gitignore
blob9c3d33dc23d7fd3021c00dd1825f9094de8dea93
1 # Created by .ignore support plugin (hsz.mobi)
4 ### Django project
5 # db.sqlite3
8 ### JetBrains template
9 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
10 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
12 # User-specific stuff:
13 .idea
14 .idea/**/workspace.xml
15 .idea/**/tasks.xml
16 .idea/dictionaries
18 # Sensitive or high-churn files:
19 .idea/**/dataSources/
20 .idea/**/dataSources.ids
21 .idea/**/dataSources.xml
22 .idea/**/dataSources.local.xml
23 .idea/**/sqlDataSources.xml
24 .idea/**/dynamic.xml
25 .idea/**/uiDesigner.xml
27 # Gradle:
28 .idea/**/gradle.xml
29 .idea/**/libraries
31 # Mongo Explorer plugin:
32 .idea/**/mongoSettings.xml
34 ## File-based project format:
35 *.iws
37 ## Plugin-specific files:
39 # IntelliJ
40 /out/
42 # mpeltonen/sbt-idea plugin
43 .idea_modules/
45 # JIRA plugin
46 atlassian-ide-plugin.xml
48 # Crashlytics plugin (for Android Studio and IntelliJ)
49 com_crashlytics_export_strings.xml
50 crashlytics.properties
51 crashlytics-build.properties
52 fabric.properties
55 ### Python template
56 # Byte-compiled / optimized / DLL files
57 __pycache__/
58 *.py[cod]
59 *$py.class
61 # C extensions
62 *.so
64 # Distribution / packaging
65 .Python
66 env/
67 build/
68 develop-eggs/
69 dist/
70 downloads/
71 eggs/
72 .eggs/
73 lib/
74 lib64/
75 parts/
76 sdist/
77 var/
78 wheels/
79 *.egg-info/
80 .installed.cfg
81 *.egg
83 # PyInstaller
84 #  Usually these files are written by a python script from a template
85 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
86 *.manifest
87 *.spec
89 # Installer logs
90 pip-log.txt
91 pip-delete-this-directory.txt
93 # Unit test / coverage reports
94 htmlcov/
95 .tox/
96 .coverage
97 .coverage.*
98 .cache
99 nosetests.xml
100 coverage.xml
101 *,cover
102 .hypothesis/
104 # Translations
105 *.mo
106 *.pot
108 # Django stuff:
109 *.log
110 local_settings.py
112 # Flask stuff:
113 instance/
114 .webassets-cache
116 # Scrapy stuff:
117 .scrapy
119 # Sphinx documentation
120 docs/_build/
122 # PyBuilder
123 target/
125 # Jupyter Notebook
126 .ipynb_checkpoints
128 # pyenv
129 .python-version
131 # celery beat schedule file
132 celerybeat-schedule
134 # SageMath parsed files
135 *.sage.py
137 # dotenv
138 .env
140 # virtualenv
141 .venv
142 venv/
143 ENV/
145 # Spyder project settings
146 .spyderproject
148 # Rope project settings
149 .ropeproject