24 lines
238 B
Plaintext
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/
|