# Python bytecode *.pyc *.pyo # Cache __pycache__/ *.egg-info/ .pytest_cache/ .coverage .htmlcov/ # Environment .env .venv/ .env/* !/.env.example # Build artifacts *.map dist/ build/ # Generated test files tests/test.py