# Adapted from https://github.com/tree-sitter/tree-sitter-java/blob/master/.gitignore

# Rust artifacts
Cargo.lock
target/

# Node artifacts
build/
prebuilds/
node_modules/
*.tgz

# Swift artifacts
.build/

# Go artifacts
_obj/

# Python artifacts
.venv/
venv/
env/
build/
dist/
*.egg-info
*.whl
*.tar.gz
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# C artifacts
*.a
*.so
*.so.*
*.dylib
*.dll
*.pc

# Example dirs
/examples/*/

# Grammar volatiles
*.wasm
*.obj
*.o

# VS Code settings
.vscode/

# Tree sitter parsing output
log.html

# testing repos
test/repos/

#kiro
.kiro/

# macOS system files
.DS_Store
**/.DS_Store