mirror of
https://github.com/Paillat-dev/esc-dramatic-unpause.git
synced 2026-01-01 16:56:22 +00:00
Add .gitignore to exclude Python and IDE-specific files
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# UV
|
||||
.python-version
|
||||
|
||||
# Jetbrains IDEs
|
||||
.idea/
|
||||
Reference in New Issue
Block a user