| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| |
| |
| # Created by .ignore support plugin (hsz.mobi) |
| ### Python template |
| # Byte-compiled / optimized / DLL files |
| __pycache__/ |
| *.py[cod] |
| |
| # C extensions |
| *.so |
| |
| # Distribution / packaging |
| .Python |
| env/ |
| build/ |
| develop-eggs/ |
| dist/ |
| downloads/ |
| eggs/ |
| .eggs/ |
| lib/ |
| lib64/ |
| parts/ |
| sdist/ |
| var/ |
| *.egg-info/ |
| .installed.cfg |
| *.egg |
| |
| # PyInstaller |
| # Usually these files are written by a python script from a template |
| # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| *.manifest |
| *.spec |
| |
| # Installer logs |
| pip-log.txt |
| pip-delete-this-directory.txt |
| |
| # Unit test / coverage reports |
| htmlcov/ |
| .tox/ |
| .coverage |
| .coverage.* |
| .cache |
| nosetests.xml |
| coverage.xml |
| |
| # Translations |
| *.mo |
| *.pot |
| |
| # Django stuff: |
| *.log |
| |
| # Sphinx documentation |
| docs/_build/ |
| |
| # PyBuilder |
| target/ |
| |
| |
| ### JetBrains template |
| # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm |
| |
| *.iml |
| |
| ## Directory-based project format: |
| .idea/ |
| # if you remove the above rule, at least ignore the following: |
| |
| # User-specific stuff: |
| # .idea/workspace.xml |
| # .idea/tasks.xml |
| # .idea/dictionaries |
| |
| # Sensitive or high-churn files: |
| # .idea/dataSources.ids |
| # .idea/dataSources.xml |
| # .idea/sqlDataSources.xml |
| # .idea/dynamic.xml |
| # .idea/uiDesigner.xml |
| |
| # Gradle: |
| # .idea/gradle.xml |
| # .idea/libraries |
| |
| # Mongo Explorer plugin: |
| # .idea/mongoSettings.xml |
| |
| ## File-based project format: |
| *.ipr |
| *.iws |
| |
| ## Plugin-specific files: |
| |
| # IntelliJ |
| out/ |
| |
| # mpeltonen/sbt-idea plugin |
| .idea_modules/ |
| |
| # JIRA plugin |
| atlassian-ide-plugin.xml |
| |
| # Crashlytics plugin (for Android Studio and IntelliJ) |
| com_crashlytics_export_strings.xml |
| crashlytics.properties |
| crashlytics-build.properties |
| |
| |
| |
| ### Eclipse template |
| *.pydevproject |
| .metadata |
| .gradle |
| bin/ |
| tmp/ |
| *.tmp |
| *.bak |
| *.swp |
| *~.nib |
| local.properties |
| .settings/ |
| .loadpath |
| |
| # Eclipse Core |
| .project |
| |
| # External tool builders |
| .externalToolBuilders/ |
| |
| # Locally stored "Eclipse launch configurations" |
| *.launch |
| |
| # CDT-specific |
| .cproject |
| |
| # JDT-specific (Eclipse Java Development Tools) |
| .classpath |
| |
| # PDT-specific |
| .buildpath |
| |
| # sbteclipse plugin |
| .target |
| |
| # TeXlipse plugin |
| .texlipse |
| |
| |
| |
| build |