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

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

# Virtual environments
venv/
env/
ENV/
.env
build_venv/

# IDE settings
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

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

# Logs
*.log

# OS specific files
.DS_Store
Thumbs.db

# Jupyter Notebook
.ipynb_checkpoints

# Local development configuration
.local/
local_settings.py

src/dimwiddle/_version.py