*.py[cod]
__pycache__

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
coverage.xml
.tox
nosetests.xml
htmlcov

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Pycharm/Intellij
.idea

# Complexity
output/*.html
output/*/index.html

# Sphinx
docs/_build

# Visual Studio Code config files
.vscode

# SQLite3 db
*.sqlite3

# uv / virtualenvs
.venv

# Type checker caches
.mypy_cache

# Benchmarks: migrations are generated from the models on every run, and the
# results are specific to the machine that produced them.
benchmarks/apps/*/migrations/0*.py
benchmarks/results
