Files
freqsplit/.gitignore
T
2024-12-26 20:46:37 +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/