# Rust
/target/
**/*.rs.bk
*.pdb

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv

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

# OS
.DS_Store
Thumbs.db

# Test outputs
test_output.xlsx
test_df_output.xlsx

# Maturin
python/rvgsrust_xlsxwriter/_core*.so
python/rvgsrust_xlsxwriter/_core*.pyd
python/rvgsrust_xlsxwriter/_core*.dll

# Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json
