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

# Documentation and development files
CLAUDE.md
spec.md
MANIFEST.in

# Test and demo files
performance_test.py
scaling_demo.py
debug_*.py
test_*.json

# 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
