# Environment / secrets
.env
.env.*
!.env.example
*.pem
*.key
secrets/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
build/
dist/
*.whl
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node / JS
node_modules/
npm-debug.log*

# Editors / IDE
.idea/
*.swp
*~
.DS_Store
Thumbs.db

# Workspace / OS
*.code-workspace
*.log

# Misc
*.bak
*.orig

# Azimut build artifacts (frontend builds into the Python package)
src/azimut/static/

# Local tooling / assistant configs
CLAUDE.md
.claude/
.cheatsheet

# PyInstaller local output
dist-bin/
build-bin/
