Commit 0a5848a5 authored by Kostas Chartsias's avatar Kostas Chartsias
Browse files

first commit

parent b6905299
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+38 −0
Original line number Diff line number Diff line
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environment
venv/
env/
.venv/

# Logs
*.log
*.out

# Flask instance folder
instance/
*.sqlite3

# MCP / FastMCP temp files
.mcp_cache/
.mcp_logs/

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

# Python package distributions
build/
dist/
*.egg-info/
.eggs/

# Environment variables
.env
.env.*
+2 −0
Original line number Diff line number Diff line
@@ -91,3 +91,5 @@ For open source projects, say how it is licensed.

## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.

## Test
 No newline at end of file