# git
**/.git/

# idea
**/.idea/
*.iml
*.ipr
*.iws

# eclipse
**/.settings/
.classpath
.project

# sts
**/.sts4-cache/

# vscode
**/.vscode/

# maven compile target
**/target/

# uv
uv.lock

# mac os
.DS_Store
.cursorrules
.cursorindexingignore

# python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.venv/
*.spec
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# runtime
.env.*
WinSW.NET461.exe
