# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

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

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Environments
.env
.env.local

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Project specific
json_response/
examples/temp/
*.tmp
*.log

# Internal development docs
#internal/
