# IDE settings
.idea/
.vscode/

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

# C extensions
*.so
*.dll

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Static analysis
.mypy_cache/
.pyre/
.pytype/

# Sphinx documentation
docs/_build/
doc/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Environments
.env/
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
.tox/
.pip-wheel-metadata/

# Database files
*.sqlite3
*.db

# generated version files
src/plugorm/_version.py

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Editor backups
*~
*.swp
*.swo

# System Files
.Python
