# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
/fetch-use

# Build output
dist/
build/

# Test binary, built with `go test -c`
*.test

# Test coverage
*.out
coverage.html
coverage.txt

# Go workspace
go.work
go.work.sum

# Dependency directories
vendor/

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-workspace
*.sublime-project

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini

# Environment files (may contain secrets)
.env
.env.local
.env.*.local
!.env.example

# Log files
*.log
logs/

# Temporary files
tmp/
temp/
*.tmp
*.bak

# Debug files
debug
*.prof
*.pprof

# Air live reload
tmp/

# Docker
.docker/

# Output files
*.csv
crunchbase_results.csv

scripts/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
*.egg