.gitignore
304 Bytes
# Build artifacts
target/
*.jar
*.war
*.class
# Maven wrapper cache
.mvn/repository/
# IDE files
.idea/
*.iml
.vscode/
*.swp
# Temp and logs
*.log
*.tmp
*.bak
# Docker temp
docker-compose.yml.remote.tmp
# Binary / export files
*.gpkg
project.zip
# Not related to this project
sigem_kafka/
.agents/