### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### VS Code ###
.vscode/

### Confidential ###
.env

### Build Artifacts ###
dist
__pycache__/
*.pyc

### Unit test / coverage reports ###
.pytest_cache/
.coverage
.coverage_data/
coverage.xml
htmlcov/
.aider*
.mcp.json
