Files
2025-12-08 13:45:59 +01:00

12 lines
164 B
Plaintext

# 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