mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-12 19:39:33 -06:00
chore: update .gitignore
This commit is contained in:
parent
ce0ca6c789
commit
adbe4f72b9
30
.gitignore
vendored
30
.gitignore
vendored
@ -1,5 +1,31 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.cpython*.pyc
|
||||
evolutionapi.egg-info/
|
||||
dist/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Distribution / packaging
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# uv
|
||||
.uv/
|
||||
|
||||
# Ruff
|
||||
.ruff_cache/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Loading…
Reference in New Issue
Block a user