# Python __pycache__/ *.py[cod] *$py.class *.so .Python # Virtual environments .venv/ venv/ env/ ENV/ # Tests .pytest_cache/ .coverage htmlcov/ # IDE .vscode/ .idea/ *.swp *.swo # Environment .env .env.local # Documentation docs/ # Git .git/ .gitignore