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

# Rust
guard/target/

# IDE
.vscode/
.idea/
*.swp

# Env
.env
*.env.local

# OS
Thumbs.db
Desktop.ini
.DS_Store

# PyInstaller
*.spec
build/
dist/

# Test
.pytest_cache/
htmlcov/
.coverage

# License storage (dev)
ProgramData/
