# ==========================================
# .claudeignore
# ==========================================

# Version Control
.git/
.github/
.gitignore

# IDEs and Environments
.vscode/
.idea/
*.swp
*.swo
.history/

# Python Specific
__pycache__/
*.py[cod]
*$py.class
venv/
env/
.venv/
.pytest_cache/
.coverage
htmlcov/
.tox/

# Data & Database Files (Prevents token waste on large/binary datasets)
*.pbix
*.bak
*.mdf
*.ldf
*.db
*.sqlite
*.sqlite3
*.csv
*.tsv
*.parquet
*.jsonl

# Build & Dependency Directories
node_modules/
dist/
build/
bin/
obj/

# Logs and Caches
*.log
.cache/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Secrets and Configurations (Critical to exclude)
.env
.env.*
secrets.json
*.pem
*.key
credentials.json

# Media and Compiled Assets
*.pdf
*.png
*.jpeg
*.jpg
*.gif
*.ico
*.svg
*.mp4
*.zip
*.tar.gz
