# Python
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Virtual environments
.venv/
venv/
ENV/

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.nox/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Local development
*.fdb
*.log

# Version file (generated by hatch-vcs)
src/django_firebird/_version.py
