# Build artifacts
bin/

# data folder
**/data/
!/data/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.pytest_cache/
htmlcov/
.coverage
*.cover

# MkDocs
site/
.mkdocs_cache/

# Go
*.test
*.out

# OCaml
_build/
*.install
*.merlin

# C++
*.o
*.a
*.dSYM/
rattype/rattype

# Rust
target/
Cargo.lock

# Deno/TypeScript
dinotype/dinotype
deno.lock

# OS
.DS_Store
*.swp
*.swo
*~

# IDE
.vscode/
.idea/
*.iml
