# Hidden files and directories (everything starting with .)
.*

# Build output (release zips and their signatures)
dist/

# Python cache (but keep bundled deps/)
__pycache__/
*.py[cod]
*$py.class
.Python

# But don't ignore this .gitignore file itself
!.gitignore

# IDEs
*.swp
*.swo
*~
