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

# Distribution / packaging
dist/
build/
*.egg-info/

# Rust compiled files
/target/

# Jupyter Notebook
.ipynb_checkpoints

# Environment variables
.env

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

# OS specific
.DS_Store
Thumbs.db

# Local development settings
.python-version

# Poetry lock file (uncomment if you don't want to track this)
# poetry.lock
