codegen / .gitignore
AP\VivekIsh
codegen: Update dockerfile
f65c762
raw
history blame contribute delete
No virus
374 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*$py.class
# VS code files
.vscode
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Jupyter Notebook
.ipynb_checkpoints
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/