diff --git a/.gitignore b/.gitignore index 161fa3f..0baae0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,31 @@ # Python-generated files __pycache__/ *.cpython*.pyc -evolutionapi.egg-info/ -dist/ \ No newline at end of file +*.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 +*~ \ No newline at end of file