# Environment and secrets
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Local PostgreSQL data (created by flake.nix shellHook)
.postgres/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.pytype/

# OS
.DS_Store
Thumbs.db

# Local diagnostics
comparison_results.json
cocode.log
.claude/

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

CLAUDE.md
