# Ignore development and build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Ignore version control
.git/
.gitignore

# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# Ignore OS files
.DS_Store
Thumbs.db

# Ignore test files and coverage
.coverage
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Ignore documentation
docs/
*.md
!README.md

# Ignore CI/CD files
.github/
.gitlab-ci.yml
.travis.yml
.circleci/

# Ignore temporary files
*.tmp
*.log
*.pid

# Ignore DXT files (keep the build script though)
*.dxt

# Ignore build scripts (except Dockerfile related)
build_dxt.sh
.dxtignore
