# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

# VS Code
/.vscode/
.vscode
__pycache__

# GitHub

# output folder
/.output/

# virtual env
.venv
.python-version

# Pytest and Mypy
.pytest_cache/
.mypy_cache/

# Environment Variables
.env

# Scratch/Debug files
scratch_*.py
*.log
*.bak

# Application log articacts
dev_rfc.log
dev_rfc.trc
dev_icm.log
dev_icm.trc