# Python __pycache__/ *.py[cod] *$py.class *.so .Python # Virtual Environment venv/ env/ ENV/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # Environment variables .env .env.local # Logs *.log # OS .DS_Store Thumbs.db # Application data /home/data/ # Pytest .pytest_cache/ .coverage coverage.xml htmlcov/ # Distribution dist/ build/ *.egg-info/