# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Environment files
.env
.env.*
!.env.example

# Editor / OS
.vscode/settings.json
.idea/
*.DS_Store
Thumbs.db

swagger.json