# Project-specific ignores
/*.zip
*.bak
*.orig
tmp/
trash/
attic/
.kash/
.claude/
IDEAS.md
*.py
flamegraph.svg
*.data
/CLAUDE.md
/.cargo/

# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Rustfmt / clippy
.clippy.toml

# Test coverage
*.profraw
*.profdata
tarpaulin-report.html
cobertura.xml
lcov.info

# IDE files
.idea/
.vscode/
*.swp
*.swo
*~

# Logs
*.log

# Documentation build
/site/
/book/
docs/_build/

# Environment variables
*.env
!*.env.template
.env.local
.env.*.local

# Nginx (SSL certs are sensitive)
nginx/certs/

# Caddy data (auto-generated certs and config)
caddy-data/
caddy-config/

# V1 Python artifacts
v1/.venv/
v1/htmlcov/
v1/*.egg-info/
v1/__pycache__/
v1/.pytest_cache/

# Legacy Python artifacts at root
/.venv/
/htmlcov/
/.pytest_cache/
/.ruff_cache/

# OS files
.DS_Store
Thumbs.db
