# Virtual environment .venv/ # Python __pycache__/ *.pyc *.log # IDE (PyCharm) .idea/ *.iml # OS .DS_Store Thumbs.db