# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
tests/data/docs/_build/

# Virtual environments
.venv

# Documentation
/docs/_build/
/docs/_static/swagger-ui/
/*.tar.gz

# Coverage
/.coverage

# IntelliJ products (PyCharm)
.idea/
