Files
freqsplit/.gitignore
T
Joel Mathew Thomas c1e724f6c5 ignore vscode config
2024-12-24 18:58:10 +05:30

17 lines
211 B
Plaintext

# Ignore Python bytecode cache files
__pycache__/
# Ignore pytest cache
.pytest_cache/
# Ignore virtual environment folder
venv/
# Ignore other common files
*.pyc
*.pyo
*.pyd
# Ignore VSCode config
.vscode/