# Python artifacts
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.so

# Virtual environments & editor settings
.venv
venv
.vscode

# GWAS outputs (large matrices)
example/*.q.*
example/*.k.*
test*.q.*
test*.k.*
test*.grm.*
test*.gwas.*

# Test outputs
test*

# Tooling
uv.lock
webapp/db.sqlite3
webapp/media/

# OS files
.DS_Store

# Rust build artifacts
target
*.lock
*.pyd

# External binaries
ext/bin/*

# Webapp test
webapp

# binaries
bin

# cache
~*
benchmark
.docker*

# C/C++ / native build artifacts
*.o
*.obj
*.a
*.la
*.lo
*.dll
*.dylib
*.so
*.exe
*.pdb