.vim
*__pycache__*

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
venv/
env/
ENV/
.env
.venv
env.bak/
venv.bak/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.project
.pydevproject
.settings/

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Logs
*.log
logs/
.swagcli/logs/

# Cache
.cache/
.mypy_cache/
.ruff_cache/
.swagcli/cache/

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

# Jupyter Notebook
.ipynb_checkpoints

# Environment variables
.env
.env.local
.env.*.local

# AWS credentials
.aws/
aws.json

# Azure credentials
.azure/
azure.json

# GitHub credentials
.github/
github.json

# Project specific
*.swagger.json
*.openapi.json
*.yaml
*.yml
!swagger.yaml
!openapi.yaml
