# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
.venv_test/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.benchmarks/
.coverage
htmlcov/
.tox/
tests/test_integration.py
tests/test_published_package.py

# Linting
.ruff_cache/
.mypy_cache/

# Python version manager
.python-version

# OS
.DS_Store
Thumbs.db
