# Ignore directories
weightslab.egg-info
build
agents

dist
logs
root_log_dir
__pycache__
venv
runs
data

# Ignore hidden directories
.history
.lh
.claude
.chat
.ai
.pytest_cache
.ruff_cache
.venv
.vscode
.vscode
.venv*

# Ignore hidden files
.env
.DS_Store
.cache
.env

# Ignore specific files
*.cache
experiment_service_pb2.py
experiment_service_pb2_grpc.py
settings.json
laumch.json
pkg_main.py
_version.py

# Ignore extensions
*.onnx
*.pt
*.pth
*.h5
*.ckpt
*.log
*.csv
*.sqlite
*.db
*.ipynb_checkpoints
*.code-workspace

# Ignore generated TLS artifacts
certs/
certs/*.crt
certs/*.key
certs/*.csr
certs/*.srl
weightslab/ui/certs/*.crt
weightslab/ui/certs/*.key
weightslab/ui/certs/*.csr
weightslab/ui/certs/*.srl
**/certs/
**/certs/*.crt
**/certs/*.key
**/certs/*.csr
**/certs/*.srl

# Ignore documentation build artifacts
_build
generated
