Initial commit
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.egg
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
eggs/
|
||||
parts/
|
||||
var/
|
||||
sdist/
|
||||
wheels/
|
||||
*.egg-link
|
||||
.installed.cfg
|
||||
lib/
|
||||
lib64/
|
||||
pip-wheel-metadata/
|
||||
share/python-wheels/
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
.venv/
|
||||
ENV/
|
||||
.env
|
||||
|
||||
# PyInstaller
|
||||
*.spec.bak
|
||||
dist/
|
||||
build/
|
||||
|
||||
# PyCharm
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
out/
|
||||
|
||||
# Vim
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.netrwhist
|
||||
tags
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Local runner (contains credentials)
|
||||
run.bat
|
||||
|
||||
# Claude session files
|
||||
claude_resume
|
||||
Reference in New Issue
Block a user