
# Development and IDE files
.history/
.vscode/
.idea/
*.swp
*.swo

# Build artifacts
build/
dist/
*.egg-info/
qt_lottie.egg-info/

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

# Auto-generated version file
qtlottie/_version.py

# Virtual environments
venv/
env/
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
