# Generated by Cargo
# will have compiled files and executables
/target/
# also ignore if it's a symbolic link
/target

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

# These are backup files generated by rustfmt
**/*.rs.bk

# Mac DS_Store
**/*.DS_Store

debug/

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# JetBrains IDE config directory
.idea/
*.iml

# VSCode IDE config directory
.vscode/

# Logs
**/__unittest_logs
logs/
!grafana/dashboards/logs/

# cpython's generated python byte code
**/__pycache__/

# Benchmark dataset
benchmarks/data

# dotenv
.env

# dashboard files
!/src/servers/dashboard/VERSION
/src/servers/dashboard/*

# Vscode workspace
*.code-workspace

venv/

# Fuzz tests
tests-fuzz/artifacts/
tests-fuzz/corpus/

# cargo-udeps reports
udeps-report.json

# Nix
.direnv
.envrc

## default data home
greptimedb_data

# github
!/.github

# AI related
CLAUDE.md
AGENTS.md
.codex
.gemini
.opencode
.worktrees/

# local design docs
docs/specs/
.vs/ 
