# Global ignore files

# Dependencies
vendor/
node_modules/

# Build artifacts
target/
dist/
build/
_build/
__pycache__/

# Version control
.git/
