# Maven
target/
*.class
.flattened-pom.xml

# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo


# Docs (medium posts, drafts, local assets)
docs/

# Private notes (not for public repo)
.private/

# macOS
.DS_Store

# Logs
*.log

# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
dist/
.pytest_cache/
