# Binaries
bin/
*.exe

# Environment
.env

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Test
coverage.out

# Air (live reload)
tmp/

# Node.js
node_modules/

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

# Build artifacts
dist/
