# Git and version control
.git
.gitignore
.gitea

# Documentation
*.md
docs/

# CI/CD files
.github/
renovate.json

# Environment files and secrets
.env
.env.*
secrets/
**/*.pem
**/*.key
**/id_rsa*
**/id_ed25519*
**/.ssh/

# Cache directories
.ruff_cache/
**/__pycache__/
**/.pytest_cache/
**/node_modules/
**/dist/
**/build/
**/.yarn/cache/
**/.yarn/install-state.gz
**/yarn-cache/

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

# OS files
.DS_Store
Thumbs.db

# Logs
*.log
logs/
