# Environnement .env .env.* !.env.example venv/ env/ ENV/ .venv/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python # Tests .pytest_cache/ .coverage htmlcov/ # IDE .vscode/ .idea/ *.swp # Distribution dist/ build/ *.egg-info/ # OS .DS_Store Thumbs.db