# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env

# setuptools_scm
desktop_ai_core/_version.py

# Distribution / packaging
*.tar.gz
*.whl
MANIFEST

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

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