Add gitignroe

This commit is contained in:
2026-02-20 10:55:35 +10:00
parent 4b89d9a5a4
commit 9c7db092e7

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# 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/