.vscode

# Compiled python modules.
*.pyc
__pycache__

# Setuptools distribution folder.
/dist/
build

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

# Documentation files
_build
_static
_templates

# Venv
*venv

# env file
.env.local
.env.testing

# package version file
aryaxai/version.py