fcef4c958d
setup a new env structure. Use a common env, and separate one for tensorflow due to dependency hell
21 lines
256 B
Plaintext
21 lines
256 B
Plaintext
# Ignore Python bytecode cache files
|
|
__pycache__/
|
|
|
|
# Ignore pytest cache
|
|
.pytest_cache/
|
|
|
|
# Ignore virtual environment folder
|
|
venv/
|
|
envs/
|
|
|
|
# Ignore other common files
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Ignore VSCode config
|
|
.vscode/
|
|
|
|
# site-packages.pth
|
|
site-packages.pth
|