mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2026-01-10 13:52:18 -06:00
31 lines
247 B
Plaintext
31 lines
247 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.cpython*.pyc
|
|
*.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
|
|
*~ |