# Build artifacts
/target/
debug/
*.pdb

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

# Environment
.env

# OS
.DS_Store
Thumbs.db

# Logs
*.log
