*.pyc
*.swp
.idea
.DS_Store
*~
.project
.settings
.tags
.vscode
tags
*,cover

# Created by devil/devil/utils/update_dependencies.py.
/out-devil-deps/

# A script some of us use to download Deep Report traces. It must live in that
# directory but should not be committed for privacy reasons. This prevents
# an accidental add.
perf_insights/perf_insights/download_traces.py

# test coverage data
.coverage

# telemetry's binary dependency download folders.
/telemetry/telemetry/internal/bin/
/telemetry/telemetry/bin/

# common/py_utils's binary dependency download folder.
/common/py_utils/py_utils/bin/

# node_runner's binary dependency download folder.
/common/node_runner/node_runner/bin/

# node_runner's npm installation folder.
/common/node_runner/node_runner/node_modules/

# Created by PRESUBMIT.py.
/common/node_runner/node_runner/npm-debug.log

# battor's binary dependency download folder.
/common/battor/bin/battor/

# fuchsia's binary dependency download folder
/third_party/fuchsia-sdk/

# Downloaded binaries
catapult_base/catapult_base/bin/

# Generated fetched binary's timestamp
# See details in py_utils.cloud_storage.GetIfChanged(file_path, bucket) method.
.fetchts

# Node dependency download folders
node_modules

# Ignore Python package build artifacts
skia_export/skia_export.egg-info/
