# Rust
/target

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.pyd
*.so
*.egg-info/
dist/
build/

# 构建期自动生成的运行时 DLL（build.rs 从 third_party/<arch>/ 复制，
# 随 wheel 分发，不直接跟踪；源文件见 third_party/）
/python/easytier_pyo3/*.dll
/python/easytier_pyo3/*.sys

# 会话记忆
/.memory/

# 本机工具链配置（含机器相关绝对路径，参考 .cargo/config.toml.example）
/.cargo/config.toml

# IDE（IntelliJ / RustRover）
.idea/

# macOS
.DS_Store
