Glossary

Missing entries that should be added:

`__pycache__/` — compiled bytecode directories - `*.py[cod]` — compiled Python files (`.pyc`, `.pyo`, `.pyd`) - `.pytest_cache/` — if using pytest - `.coverage` and `htmlcov/` — if using coverage testing - IDE settings like `.vscode/` or `.idea/` - OS files like `.DS_Store` or `Thumbs.db`

Learn More

Related Terms