2021-03-02 10:48:55 -08:00
|
|
|
**/node_modules/
|
2023-11-13 16:26:53 -06:00
|
|
|
*/build/
|
|
|
|
*/*/build/
|
2024-02-26 15:02:47 -08:00
|
|
|
**/venv/
|
|
|
|
**/.tox/
|
|
|
|
**/.mypy_cache/
|
|
|
|
**/.pytest_cache/
|
2025-04-09 11:53:34 -07:00
|
|
|
**/.ruff_cache/
|
2024-02-26 15:02:47 -08:00
|
|
|
**/__pycache__/
|
2020-09-25 14:05:29 -07:00
|
|
|
out
|
|
|
|
**/*.class
|
|
|
|
# Have to copy gradle/wrapper/gradle-wrapper.jar, can't exclude ALL jars
|
|
|
|
**/build/**/*.jar
|
2022-01-11 15:00:57 -08:00
|
|
|
# Content in .git is used to get the git version
|
|
|
|
# Just ignore the heavy parts that are not used
|
|
|
|
.git/logs
|
|
|
|
.git/COMMIT_*
|
|
|
|
.git/index
|
2021-03-02 10:48:55 -08:00
|
|
|
.gradle
|
2025-04-09 11:53:34 -07:00
|
|
|
|
|
|
|
/metadata-ingestion/tests
|
|
|
|
/metadata-ingestion/examples
|