|
| 1 | + |
| 2 | +# Secret Data |
| 3 | +/.secrets |
| 4 | + |
| 5 | +# Configuration Files For Deployment |
| 6 | +/.config |
| 7 | + |
| 8 | +# ebextensions |
| 9 | +/.ebextensions |
| 10 | + |
| 11 | +# Log Files |
| 12 | +/.log |
| 13 | +/show_log.sh |
| 14 | + |
| 15 | +# Deploy Shell Script |
| 16 | +/deploy.sh |
| 17 | + |
| 18 | +# Sample Data |
| 19 | +/sample_data.txt |
| 20 | + |
| 21 | +# Static Files (STATIC_ROOT, MEDIA_ROOT) |
| 22 | +/staticfiles |
| 23 | +/media |
| 24 | + |
| 25 | +# Raw Files of Visualization |
| 26 | +/.viz_raw/* |
| 27 | +!/.viz_raw/README.md |
| 28 | + |
| 29 | +# PyCharm |
| 30 | +.idea |
| 31 | + |
| 32 | +# Created by https://www.gitignore.io/api/vim,linux,macos,python,django,pycharm,visualstudiocode |
| 33 | +# Edit at https://www.gitignore.io/?templates=vim,linux,macos,python,django,pycharm,visualstudiocode |
| 34 | + |
| 35 | +### Django ### |
| 36 | +*.log |
| 37 | +*.pot |
| 38 | +*.pyc |
| 39 | +__pycache__/ |
| 40 | +local_settings.py |
| 41 | +db.sqlite3 |
| 42 | +media |
| 43 | + |
| 44 | +# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/ |
| 45 | +# in your Git repository. Update and uncomment the following line accordingly. |
| 46 | +# <django-project-name>/staticfiles/ |
| 47 | + |
| 48 | +### Django.Python Stack ### |
| 49 | +# Byte-compiled / optimized / DLL files |
| 50 | +*.py[cod] |
| 51 | +*$py.class |
| 52 | + |
| 53 | +# C extensions |
| 54 | +*.so |
| 55 | + |
| 56 | +# Distribution / packaging |
| 57 | +.Python |
| 58 | +build/ |
| 59 | +develop-eggs/ |
| 60 | +dist/ |
| 61 | +downloads/ |
| 62 | +eggs/ |
| 63 | +.eggs/ |
| 64 | +lib/ |
| 65 | +lib64/ |
| 66 | +parts/ |
| 67 | +sdist/ |
| 68 | +var/ |
| 69 | +wheels/ |
| 70 | +*.egg-info/ |
| 71 | +.installed.cfg |
| 72 | +*.egg |
| 73 | +MANIFEST |
| 74 | + |
| 75 | +# PyInstaller |
| 76 | +# Usually these files are written by a python script from a template |
| 77 | +# before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 78 | +*.manifest |
| 79 | +*.spec |
| 80 | + |
| 81 | +# Installer logs |
| 82 | +pip-log.txt |
| 83 | +pip-delete-this-directory.txt |
| 84 | + |
| 85 | +# Unit test / coverage reports |
| 86 | +htmlcov/ |
| 87 | +.tox/ |
| 88 | +.nox/ |
| 89 | +.coverage |
| 90 | +.coverage.* |
| 91 | +.cache |
| 92 | +nosetests.xml |
| 93 | +coverage.xml |
| 94 | +*.cover |
| 95 | +.hypothesis/ |
| 96 | +.pytest_cache/ |
| 97 | + |
| 98 | +# Translations |
| 99 | +*.mo |
| 100 | + |
| 101 | +# Django stuff: |
| 102 | + |
| 103 | +# Flask stuff: |
| 104 | +instance/ |
| 105 | +.webassets-cache |
| 106 | + |
| 107 | +# Scrapy stuff: |
| 108 | +.scrapy |
| 109 | + |
| 110 | +# Sphinx documentation |
| 111 | +docs/_build/ |
| 112 | + |
| 113 | +# PyBuilder |
| 114 | +target/ |
| 115 | + |
| 116 | +# Jupyter Notebook |
| 117 | +.ipynb_checkpoints |
| 118 | + |
| 119 | +# IPython |
| 120 | +profile_default/ |
| 121 | +ipython_config.py |
| 122 | + |
| 123 | +# pyenv |
| 124 | +.python-version |
| 125 | + |
| 126 | +# celery beat schedule file |
| 127 | +celerybeat-schedule |
| 128 | + |
| 129 | +# SageMath parsed files |
| 130 | +*.sage.py |
| 131 | + |
| 132 | +# Environments |
| 133 | +.env |
| 134 | +.venv |
| 135 | +env/ |
| 136 | +venv/ |
| 137 | +ENV/ |
| 138 | +env.bak/ |
| 139 | +venv.bak/ |
| 140 | + |
| 141 | +# Spyder project settings |
| 142 | +.spyderproject |
| 143 | +.spyproject |
| 144 | + |
| 145 | +# Rope project settings |
| 146 | +.ropeproject |
| 147 | + |
| 148 | +# mkdocs documentation |
| 149 | +/site |
| 150 | + |
| 151 | +# mypy |
| 152 | +.mypy_cache/ |
| 153 | +.dmypy.json |
| 154 | +dmypy.json |
| 155 | + |
| 156 | +# Pyre type checker |
| 157 | +.pyre/ |
| 158 | + |
| 159 | +### Linux ### |
| 160 | +*~ |
| 161 | + |
| 162 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 163 | +.fuse_hidden* |
| 164 | + |
| 165 | +# KDE directory preferences |
| 166 | +.directory |
| 167 | + |
| 168 | +# Linux trash folder which might appear on any partition or disk |
| 169 | +.Trash-* |
| 170 | + |
| 171 | +# .nfs files are created when an open file is removed but is still being accessed |
| 172 | +.nfs* |
| 173 | + |
| 174 | +### macOS ### |
| 175 | +# General |
| 176 | +.DS_Store |
| 177 | +.AppleDouble |
| 178 | +.LSOverride |
| 179 | + |
| 180 | +# Icon must end with two \r |
| 181 | +Icon |
| 182 | + |
| 183 | +# Thumbnails |
| 184 | +._* |
| 185 | + |
| 186 | +# Files that might appear in the root of a volume |
| 187 | +.DocumentRevisions-V100 |
| 188 | +.fseventsd |
| 189 | +.Spotlight-V100 |
| 190 | +.TemporaryItems |
| 191 | +.Trashes |
| 192 | +.VolumeIcon.icns |
| 193 | +.com.apple.timemachine.donotpresent |
| 194 | + |
| 195 | +# Directories potentially created on remote AFP share |
| 196 | +.AppleDB |
| 197 | +.AppleDesktop |
| 198 | +Network Trash Folder |
| 199 | +Temporary Items |
| 200 | +.apdisk |
| 201 | + |
| 202 | +### PyCharm ### |
| 203 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
| 204 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 205 | + |
| 206 | +# User-specific stuff |
| 207 | +.idea/**/workspace.xml |
| 208 | +.idea/**/tasks.xml |
| 209 | +.idea/**/usage.statistics.xml |
| 210 | +.idea/**/dictionaries |
| 211 | +.idea/**/shelf |
| 212 | + |
| 213 | +# Generated files |
| 214 | +.idea/**/contentModel.xml |
| 215 | + |
| 216 | +# Sensitive or high-churn files |
| 217 | +.idea/**/dataSources/ |
| 218 | +.idea/**/dataSources.ids |
| 219 | +.idea/**/dataSources.local.xml |
| 220 | +.idea/**/sqlDataSources.xml |
| 221 | +.idea/**/dynamic.xml |
| 222 | +.idea/**/uiDesigner.xml |
| 223 | +.idea/**/dbnavigator.xml |
| 224 | + |
| 225 | +# Gradle |
| 226 | +.idea/**/gradle.xml |
| 227 | +.idea/**/libraries |
| 228 | + |
| 229 | +# Gradle and Maven with auto-import |
| 230 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 231 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 232 | +# auto-import. |
| 233 | +# .idea/modules.xml |
| 234 | +# .idea/*.iml |
| 235 | +# .idea/modules |
| 236 | + |
| 237 | +# CMake |
| 238 | +cmake-build-*/ |
| 239 | + |
| 240 | +# Mongo Explorer plugin |
| 241 | +.idea/**/mongoSettings.xml |
| 242 | + |
| 243 | +# File-based project format |
| 244 | +*.iws |
| 245 | + |
| 246 | +# IntelliJ |
| 247 | +out/ |
| 248 | + |
| 249 | +# mpeltonen/sbt-idea plugin |
| 250 | +.idea_modules/ |
| 251 | + |
| 252 | +# JIRA plugin |
| 253 | +atlassian-ide-plugin.xml |
| 254 | + |
| 255 | +# Cursive Clojure plugin |
| 256 | +.idea/replstate.xml |
| 257 | + |
| 258 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 259 | +com_crashlytics_export_strings.xml |
| 260 | +crashlytics.properties |
| 261 | +crashlytics-build.properties |
| 262 | +fabric.properties |
| 263 | + |
| 264 | +# Editor-based Rest Client |
| 265 | +.idea/httpRequests |
| 266 | + |
| 267 | +# Android studio 3.1+ serialized cache file |
| 268 | +.idea/caches/build_file_checksums.ser |
| 269 | + |
| 270 | +### PyCharm Patch ### |
| 271 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 272 | + |
| 273 | +# *.iml |
| 274 | +# modules.xml |
| 275 | +# .idea/misc.xml |
| 276 | +# *.ipr |
| 277 | + |
| 278 | +# Sonarlint plugin |
| 279 | +.idea/sonarlint |
| 280 | + |
| 281 | +### Python ### |
| 282 | +# Byte-compiled / optimized / DLL files |
| 283 | + |
| 284 | +# C extensions |
| 285 | + |
| 286 | +# Distribution / packaging |
| 287 | + |
| 288 | +# PyInstaller |
| 289 | +# Usually these files are written by a python script from a template |
| 290 | +# before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 291 | + |
| 292 | +# Installer logs |
| 293 | + |
| 294 | +# Unit test / coverage reports |
| 295 | + |
| 296 | +# Translations |
| 297 | + |
| 298 | +# Django stuff: |
| 299 | + |
| 300 | +# Flask stuff: |
| 301 | + |
| 302 | +# Scrapy stuff: |
| 303 | + |
| 304 | +# Sphinx documentation |
| 305 | + |
| 306 | +# PyBuilder |
| 307 | + |
| 308 | +# Jupyter Notebook |
| 309 | + |
| 310 | +# IPython |
| 311 | + |
| 312 | +# pyenv |
| 313 | + |
| 314 | +# celery beat schedule file |
| 315 | + |
| 316 | +# SageMath parsed files |
| 317 | + |
| 318 | +# Environments |
| 319 | + |
| 320 | +# Spyder project settings |
| 321 | + |
| 322 | +# Rope project settings |
| 323 | + |
| 324 | +# mkdocs documentation |
| 325 | + |
| 326 | +# mypy |
| 327 | + |
| 328 | +# Pyre type checker |
| 329 | + |
| 330 | +### Python Patch ### |
| 331 | +.venv/ |
| 332 | + |
| 333 | +### Python.VirtualEnv Stack ### |
| 334 | +# Virtualenv |
| 335 | +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ |
| 336 | +[Bb]in |
| 337 | +[Ii]nclude |
| 338 | +[Ll]ib |
| 339 | +[Ll]ib64 |
| 340 | +[Ll]ocal |
| 341 | +[Ss]cripts |
| 342 | +pyvenv.cfg |
| 343 | +pip-selfcheck.json |
| 344 | + |
| 345 | +### Vim ### |
| 346 | +# Swap |
| 347 | +[._]*.s[a-v][a-z] |
| 348 | +[._]*.sw[a-p] |
| 349 | +[._]s[a-rt-v][a-z] |
| 350 | +[._]ss[a-gi-z] |
| 351 | +[._]sw[a-p] |
| 352 | + |
| 353 | +# Session |
| 354 | +Session.vim |
| 355 | + |
| 356 | +# Temporary |
| 357 | +.netrwhist |
| 358 | +# Auto-generated tag files |
| 359 | +tags |
| 360 | +# Persistent undo |
| 361 | +[._]*.un~ |
| 362 | + |
| 363 | +### VisualStudioCode ### |
| 364 | +.vscode/* |
| 365 | +!.vscode/settings.json |
| 366 | +!.vscode/tasks.json |
| 367 | +!.vscode/launch.json |
| 368 | +!.vscode/extensions.json |
| 369 | + |
| 370 | +### VisualStudioCode Patch ### |
| 371 | +# Ignore all local history of files |
| 372 | +.history |
| 373 | + |
| 374 | +# End of https://www.gitignore.io/api/vim,linux,macos,python,django,pycharm,visualstudiocode |
| 375 | + |
| 376 | +# Elastic Beanstalk Files |
| 377 | +.elasticbeanstalk/* |
| 378 | +!.elasticbeanstalk/*.cfg.yml |
| 379 | +!.elasticbeanstalk/*.global.yml |
0 commit comments