Files
freqsplit/.gitignore
T
Joel Mathew Thomas fcef4c958d fix dependency hell
setup a new env structure. Use a common env, and separate one for tensorflow due to dependency hell
2025-01-26 16:03:24 +05:30

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