| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- # Java build artifacts
- *.class
- *.log
- hs_err_pid*
- *.jar
- *.war
- *.ear
- # Maven / Gradle
- target/
- build/
- .gradle/
- pom.xml.tag
- pom.xml.releaseBackup
- pom.xml.next
- release.properties
- # IntelliJ IDEA
- .idea/
- *.iml
- *.iws
- *.ipr
- out/
- # Eclipse
- .classpath
- .project
- .settings/
- # VS Code
- .vscode/
- # Tool-specific
- .claude/
- Claude.md
- AGENTS.md
- # OS / misc
- .DS_Store
- Thumbs.db
- *.swp
- *.swo
- *.tmp
- *.bak
- # Node / Frontend
- node_modules/
- dist/
- .npm-cache/
- .pydeps/
- # Python
- __pycache__/
- *.pyc
- *.pyo
- *.pyd
- .venv/
- venv/
- env/
- .env/
- .env
- # Go
- .gocache/
- .gomodcache/
- .gotmp/
- bin/
- coverage.out
- # Project specific
- tmp/
- .tmp/
- .deps/
- backend/tmp/
- data/
- # Local scratch docs
- polaris-doc.txt
|