# Python __pycache__/ *.py[cod] *$py.class .pytest_cache/ # Virtual Environment .venv/ venv/ ENV/ # Environment Variables .env # IDE .vscode/ .idea/ # Secure Configuration config/secure.json config/secure.key # Distribution dist/ build/ *.egg-info/