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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
!.env.example

# User data (never commit learner data!)
~/.english-nativization/
*.prof

# npm
node_modules/
npm-debug.log*
package-lock.json
