/target
**/*.rs.bk
*.pdb
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# IDE
.idea/
.vs/
.vscode/
*.iml

# Environment
.env
.env.*

# License keys (never commit)
.traverse-license
.traverse-license-cache
.traverse-trial

# Benchmark artifacts
/target/criterion
/benchmarks/data/
*.tvdb
__pycache__/
.venv/
.pytest_cache/
tck_*.txt

# Studio (Vue frontend)
studio/node_modules/
studio/dist/

# Coverage
/coverage
*.profraw
*.profdata
