mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-14 20:29: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
|
# Python-generated files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.cpython*.pyc
|
*.cpython*.pyc
|
||||||
evolutionapi.egg-info/
|
*.pyc
|
||||||
dist/
|
*.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