| # Bytecode / caches | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual envs | |
| venv/ | |
| .env/ | |
| .venv/ | |
| # Test / tooling caches | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .coverage | |
| # Editor / OS | |
| .vscode/ | |
| .idea/ | |
| .DS_Store | |
| # Environment files | |
| .env |
| # Bytecode / caches | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual envs | |
| venv/ | |
| .env/ | |
| .venv/ | |
| # Test / tooling caches | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .coverage | |
| # Editor / OS | |
| .vscode/ | |
| .idea/ | |
| .DS_Store | |
| # Environment files | |
| .env |