# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Cython debug symbols
cython_debug/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
eggs-info/
pip-wheel-metadata/
*.egg-info/
*.egg
MANIFEST

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

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*.sublime-workspace
*.sublime-project

# Pytest
.cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
*.log
local_settings.py

# MyPy
.mypy_cache/

# Pytype
.pytype/

# pylint
pylint_report.html

# Jupyter Notebook
.ipynb_checkpoints/

# Data files
*.csv
*.xlsx
*.xls
*.json

# Logs
*.log

# Environment variables
.env

# Secrets
*.pem
*.key
*.crt

# System files
.DS_Store
Thumbs.db

# aee stuff
aee/context
.ansible

# tests output
tests/output

# integration test ephemera (gostack clone)
tests/integration/.gostack

# collection tarball
os_migrate-vmware_migration_kit-*.tar.gz

# do not commit binaries!
plugins/modules/create_server
plugins/modules/import_image
plugins/modules/migrate
plugins/modules/volume_metadata_info
