# ==============================================================================
# FASTEDA / ZEDDA - PROFESSIONAL .GITIGNORE
# ==============================================================================

# ------------------------------------------------------------------------------
# 1. C++ / Build Output
# ------------------------------------------------------------------------------
build/
out/
bin/
lib/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.dir/
*.ilk
*.pdb
*.lib
*.exp
*.obj
*.o
*.a
*.exe
*.dll
*.so
*.dylib
_skbuild/
_cmake_test_compile/

# ------------------------------------------------------------------------------
# 2. Python / Build Output
# ------------------------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
.Python
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# ------------------------------------------------------------------------------
# 3. Environment & IDE
# ------------------------------------------------------------------------------
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# ------------------------------------------------------------------------------
# 4. Testing & Coverage
# ------------------------------------------------------------------------------
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.slog
.pytest_cache/
.hypothesis/
pytestdebug.log

# ------------------------------------------------------------------------------
# 5. Data & Artifacts
# ------------------------------------------------------------------------------
*.csv
*.tsv
*.parquet
*.arrow
*.feather
*.xlsx
*.xls
*.db
*.sqlite3
*.log
scratch/
test_data/