# Ignore project files
.idea/
*.iml

# Ignore all .java files except the ones from the 'src/main' folder
venv/

# Ignore logs and temporary files
logs/
*.log
*.tmp
