# Default excluded file paths, using Git's ignore pattern syntax.
#
# See: https://git-scm.com/docs/gitignore#_pattern_format
#
# These are listed as they are likely to slow down or hinder code analysis.
# They could be overridden by later Git ignore rules.

# IDE directories
.idea/
.vscode/
.vs/

# Local development tool directories
/.ddev

# Build tool directories
.build/
bower_components
elm-stuff/
.workspace/
node_modules/
.next
.nuxt

# Tests and fixtures
tests/
testdata/
fixtures/
Fixtures/
__fixtures__/

# Python
__pycache__/
venv/
virtualenv/
.virtualenv/

# CI config
.github/
.gitlab/

# Version control (.git is already excluded)
.hg/
.svn/
.bzr/

# Misc.
.cache/
_asm/
vendor/
