Add .gitignore
This commit is contained in:
parent
4f5a78ac05
commit
228273f399
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Virtual environment
|
||||
.venv/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Claude Code metadata
|
||||
CLAUDE.md
|
||||
.claude/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Loading…
x
Reference in New Issue
Block a user