# Rust
target/
Cargo.lock
sdk/nodejs/native/Cargo.lock

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
build/
*.egg-info/
.maturin/

# Node.js
node_modules/

# Next.js build output (crawlingo-docs website)
crawlingo-docs/.next/
crawlingo-docs/out/

# Waitlist landing page
waitlist/node_modules/
waitlist/dist/
waitlist/api/

# Generated output data
*.csv
*.parquet
examples/*.json

# Local DB & cache
.flowscrape/
.crawlingo/
*.db

# Environment files
.env
.env.*
!.env.example

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# Editor
.vscode/
*.swp
*.swo
*~

# Logs
*.log
*.pdb

# Build artifacts
dist/
api/
*.tsbuildinfo

# Windows reserved names
nul
/nul
