# Generic gitignore for any Kvendra repo

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Env / secrets
.env
.env.local
.env.*.local
*.pem
*.key
*.p12

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
dist/
build/
.next/
out/
.turbo/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Go
bin/
vendor/

# Logs
*.log
logs/

# Coverage
coverage/
.nyc_output/
*.lcov

# Rust
target/
Cargo.lock

# Misc
tmp/
.cache/
