target/

### IntelliJ IDEA ###
.idea/*
**/.idea/*
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr

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

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store

### .env files contain local environment variables ###
.env
.envrc

# Maven ignore
.flattened-pom.xml

# node_modules
**/node_modules

# windows os
/extensions/
/h2-data/

# checkstyle report files
**/checkstyle-report.xml
**/logs/*

# SpecStory files - ignore entire .specstory directory
.specstory/
.specstory/.what-is-this.md
.specstory/history/*

# MCP configuration files
modified_mcp_config.json
.cursorindexingignore

# ignore code copilot local index
.idea/LocalCodeIndex/

**/spans.json

.checkstyle
