Files
plotbox/.gitignore
2026-02-20 10:55:35 +10:00

24 lines
238 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Cache Folders
.*cache*/
# Tmp dir
tmp/
# Ignore Profiler Files
profile_output*.txt
profile_output.lprof
# Data Dirs
#data/