# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/

# Virtual environment
venv/
env/
.venv/
.env/

# Distribution / packaging
build/
dist/
*.egg
*.egg-info/
.eggs/
pip-wheel-metadata/
*.whl
.pypirc

# Hatchling metadata
*.hatch/

# VSCode / IDEs
.vscode/
.idea/
*.swp

# Logs
*.log
test.py

# MacOS files
.DS_Store
