# Build artifacts
/target/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Local environment / secrets
.env
.env.*
!.env.example

# Local development data
/data/
/tmp/
/logs/

# Coverage / profiling output
coverage/
*.profraw

# Packaging artifacts
*.rpm
*.srpm
*.tar.gz

# Local container state
.compose/

# Go build artifacts
/tvrdka
