# Build artifacts target/ dist/ *.jar *.war # Environment files (do not commit real secrets) .env .env.* !env.example # Logs logs/ *.log run.log # OS/IDE .DS_Store .idea/ .vscode/ *.iml *.swp # Python caches (txm) **/__pycache__/ **/*.pyc txm/venv/ txm/.venv/ txm/debug_out/ # Data (runtime uploads, keep out of source bundle) data/ # Archives produced by scripts backend_source_*.zip HELP.md target/ .mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ !**/src/test/**/target/ ### STS ### .apt_generated .classpath .factorypath .project .settings .springBeans .sts4-cache ### IntelliJ IDEA ### .idea *.iws *.iml *.ipr ### NetBeans ### /nbproject/private/ /nbbuild/ /dist/ /nbdist/ /.nb-gradle/ build/ !**/src/main/**/build/ !**/src/test/**/build/ ### VS Code ### .vscode/