# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/

# Environment
.env
.env.local
.env.production

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Frontend
versatl_frontend/node_modules/
versatl_frontend/.next/

# OS
.DS_Store
Thumbs.db
