| .gradle |
| build/ |
| !gradle/wrapper/gradle-wrapper.jar |
| !**/src/main/**/build/ |
| !**/src/test/**/build/ |
| .kotlin |
| |
| ### IntelliJ IDEA ### |
| .idea/modules.xml |
| .idea/jarRepositories.xml |
| .idea/compiler.xml |
| .idea/libraries/ |
| *.iws |
| *.iml |
| *.ipr |
| out/ |
| !**/src/main/**/out/ |
| !**/src/test/**/out/ |
| |
| ### Eclipse ### |
| .apt_generated |
| .classpath |
| .factorypath |
| .project |
| .settings |
| .springBeans |
| .sts4-cache |
| bin/ |
| !**/src/main/**/bin/ |
| !**/src/test/**/bin/ |
| |
| ### NetBeans ### |
| /nbproject/private/ |
| /nbbuild/ |
| /dist/ |
| /nbdist/ |
| /.nb-gradle/ |
| |
| ### VS Code ### |
| .vscode/ |
| |
| ### Mac OS ### |
| .DS_Store |
| # Ignore Gradle build output directory |
| build |
| |
| ### Artifacts of airflow standalone command ### |
| airflow.cfg |
| airflow.db |
| simple_auth_manager_passwords.json.generated |
| logs/dag_id=* |
| logs/dag_processor |
| |
| ### Compatibility Test Results ### |
| validation/serialization/serialized_java.json |
| validation/serialization/serialized_python.json |