Youtube-AI-Analyzer / .gitignore
AmaanP314's picture
nothing
d69fa9f
raw
history blame contribute delete
128 Bytes
# Ignore virtual environment
myenv/
# Ignore Python bytecode cache
__pycache__/
# Ignore environment variables file
.env
venv/