# Python cache and build artifacts
**/__pycache__/

# Virtual environments
.venv/

# Test and coverage outputs
.pytest_cache/

# not used
.benchmarks/
.gitignore.swp
.python-version

#debug tests
test_id_behavior.py

#build
dist/
dist.old/
tag.txt
